Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-58183 (GCVE-0-2025-58183)
Vulnerability from cvelistv5 – Published: 2025-10-29 22:10 – Updated: 2025-11-04 21:13- CWE-400 - Uncontrolled Resource Consumption
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Go standard library | archive/tar |
Affected:
0 , < 1.24.8
(semver)
Affected: 1.25.0 , < 1.25.2 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-58183",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-30T14:22:41.219110Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-11-03T19:56:37.377Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T21:13:32.834Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/10/08/1"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "archive/tar",
"product": "archive/tar",
"programRoutines": [
{
"name": "readGNUSparseMap1x0"
},
{
"name": "Reader.Next"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.24.8",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.25.2",
"status": "affected",
"version": "1.25.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Harshit Gupta (Mr HAX)"
}
],
"descriptions": [
{
"lang": "en",
"value": "tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-29T22:10:14.376Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/709861"
},
{
"url": "https://go.dev/issue/75677"
},
{
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"title": "Unbounded allocation when parsing GNU sparse map in archive/tar"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-58183",
"datePublished": "2025-10-29T22:10:14.376Z",
"dateReserved": "2025-08-27T14:50:58.691Z",
"dateUpdated": "2025-11-04T21:13:32.834Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-58183\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-10-29T23:16:19.357\",\"lastModified\":\"2025-11-04T22:16:33.200\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L\",\"baseScore\":4.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.8,\"impactScore\":1.4}]},\"references\":[{\"url\":\"https://go.dev/cl/709861\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/75677\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-4014\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/10/08/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/10/08/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T21:13:32.834Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-58183\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-30T14:22:41.219110Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-30T14:23:04.000Z\"}}], \"cna\": {\"title\": \"Unbounded allocation when parsing GNU sparse map in archive/tar\", \"credits\": [{\"lang\": \"en\", \"value\": \"Harshit Gupta (Mr HAX)\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"archive/tar\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.24.8\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.25.0\", \"lessThan\": \"1.25.2\", \"versionType\": \"semver\"}], \"packageName\": \"archive/tar\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"readGNUSparseMap1x0\"}, {\"name\": \"Reader.Next\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/709861\"}, {\"url\": \"https://go.dev/issue/75677\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-4014\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-10-29T22:10:14.376Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-58183\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T21:13:32.834Z\", \"dateReserved\": \"2025-08-27T14:50:58.691Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-10-29T22:10:14.376Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2025:23747
Vulnerability from csaf_redhat - Published: 2025-12-22 01:42 - Updated: 2026-01-22 22:38Notes
{
"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 grafana 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": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23747",
"url": "https://access.redhat.com/errata/RHSA-2025:23747"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23747.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:47+00:00",
"generator": {
"date": "2026-01-22T22:38:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23747",
"initial_release_date": "2025-12-22T01:42:23+00:00",
"revision_history": [
{
"date": "2025-12-22T01:42:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-22T01:42:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:47+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": "grafana-0:9.0.9-9.el9_2.src",
"product": {
"name": "grafana-0:9.0.9-9.el9_2.src",
"product_id": "grafana-0:9.0.9-9.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.0.9-9.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.0.9-9.el9_2.aarch64",
"product": {
"name": "grafana-0:9.0.9-9.el9_2.aarch64",
"product_id": "grafana-0:9.0.9-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.0.9-9.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.0.9-9.el9_2.aarch64",
"product": {
"name": "grafana-debugsource-0:9.0.9-9.el9_2.aarch64",
"product_id": "grafana-debugsource-0:9.0.9-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.0.9-9.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.0.9-9.el9_2.aarch64",
"product": {
"name": "grafana-debuginfo-0:9.0.9-9.el9_2.aarch64",
"product_id": "grafana-debuginfo-0:9.0.9-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.0.9-9.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.0.9-9.el9_2.ppc64le",
"product": {
"name": "grafana-0:9.0.9-9.el9_2.ppc64le",
"product_id": "grafana-0:9.0.9-9.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.0.9-9.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.0.9-9.el9_2.ppc64le",
"product": {
"name": "grafana-debugsource-0:9.0.9-9.el9_2.ppc64le",
"product_id": "grafana-debugsource-0:9.0.9-9.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.0.9-9.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.0.9-9.el9_2.ppc64le",
"product": {
"name": "grafana-debuginfo-0:9.0.9-9.el9_2.ppc64le",
"product_id": "grafana-debuginfo-0:9.0.9-9.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.0.9-9.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.0.9-9.el9_2.x86_64",
"product": {
"name": "grafana-0:9.0.9-9.el9_2.x86_64",
"product_id": "grafana-0:9.0.9-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.0.9-9.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.0.9-9.el9_2.x86_64",
"product": {
"name": "grafana-debugsource-0:9.0.9-9.el9_2.x86_64",
"product_id": "grafana-debugsource-0:9.0.9-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.0.9-9.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.0.9-9.el9_2.x86_64",
"product": {
"name": "grafana-debuginfo-0:9.0.9-9.el9_2.x86_64",
"product_id": "grafana-debuginfo-0:9.0.9-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.0.9-9.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.0.9-9.el9_2.s390x",
"product": {
"name": "grafana-0:9.0.9-9.el9_2.s390x",
"product_id": "grafana-0:9.0.9-9.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.0.9-9.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.0.9-9.el9_2.s390x",
"product": {
"name": "grafana-debugsource-0:9.0.9-9.el9_2.s390x",
"product_id": "grafana-debugsource-0:9.0.9-9.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.0.9-9.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.0.9-9.el9_2.s390x",
"product": {
"name": "grafana-debuginfo-0:9.0.9-9.el9_2.s390x",
"product_id": "grafana-debuginfo-0:9.0.9-9.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.0.9-9.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.0.9-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.aarch64"
},
"product_reference": "grafana-0:9.0.9-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.0.9-9.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.ppc64le"
},
"product_reference": "grafana-0:9.0.9-9.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.0.9-9.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.s390x"
},
"product_reference": "grafana-0:9.0.9-9.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.0.9-9.el9_2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.src"
},
"product_reference": "grafana-0:9.0.9-9.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.0.9-9.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:grafana-0:9.0.9-9.el9_2.x86_64"
},
"product_reference": "grafana-0:9.0.9-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.0.9-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.aarch64"
},
"product_reference": "grafana-debuginfo-0:9.0.9-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.0.9-9.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.ppc64le"
},
"product_reference": "grafana-debuginfo-0:9.0.9-9.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.0.9-9.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.s390x"
},
"product_reference": "grafana-debuginfo-0:9.0.9-9.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.0.9-9.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:grafana-debuginfo-0:9.0.9-9.el9_2.x86_64"
},
"product_reference": "grafana-debuginfo-0:9.0.9-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.0.9-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.aarch64"
},
"product_reference": "grafana-debugsource-0:9.0.9-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.0.9-9.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.ppc64le"
},
"product_reference": "grafana-debugsource-0:9.0.9-9.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.0.9-9.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.s390x"
},
"product_reference": "grafana-debugsource-0:9.0.9-9.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.0.9-9.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:grafana-debugsource-0:9.0.9-9.el9_2.x86_64"
},
"product_reference": "grafana-debugsource-0:9.0.9-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T01:42:23+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:grafana-0:9.0.9-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23747"
},
{
"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": [
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:grafana-0:9.0.9-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:grafana-debuginfo-0:9.0.9-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:grafana-debugsource-0:9.0.9-9.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23740
Vulnerability from csaf_redhat - Published: 2025-12-22 01:19 - Updated: 2026-01-22 22:38Notes
{
"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 the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.2 Advanced 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": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* os/exec: Unexpected paths returned from LookPath in os/exec (CVE-2025-47906)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23740",
"url": "https://access.redhat.com/errata/RHSA-2025:23740"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23740.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:46+00:00",
"generator": {
"date": "2026-01-22T22:38:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23740",
"initial_release_date": "2025-12-22T01:19:27+00:00",
"revision_history": [
{
"date": "2025-12-22T01:19:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-22T01:19:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:46+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 AUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"product": {
"name": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src (go-toolset:rhel8)",
"product_id": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.3.2-3.module%2Bel8.2.0%2B5581%2B896cb53e?arch=src\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.13.15-1.module%2Bel8.2.0%2B7662%2Bfa98b974?arch=src\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src::go-toolset:rhel8",
"product": {
"name": "golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src (go-toolset:rhel8)",
"product_id": "golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.13.15-12.module%2Bel8.2.0%2B23813%2B4482ebdd?arch=src\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64 (go-toolset:rhel8)",
"product_id": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.3.2-3.module%2Bel8.2.0%2B5581%2B896cb53e?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.3.2-3.module%2Bel8.2.0%2B5581%2B896cb53e?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.3.2-3.module%2Bel8.2.0%2B5581%2B896cb53e?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.13.15-1.module%2Bel8.2.0%2B7662%2Bfa98b974?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64 (go-toolset:rhel8)",
"product_id": "golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.13.15-12.module%2Bel8.2.0%2B23813%2B4482ebdd?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.13.15-12.module%2Bel8.2.0%2B23813%2B4482ebdd?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64 (go-toolset:rhel8)",
"product_id": "golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.13.15-12.module%2Bel8.2.0%2B23813%2B4482ebdd?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"product": {
"name": "golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch (go-toolset:rhel8)",
"product_id": "golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.13.15-12.module%2Bel8.2.0%2B23813%2B4482ebdd?arch=noarch\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"product": {
"name": "golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch (go-toolset:rhel8)",
"product_id": "golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.13.15-12.module%2Bel8.2.0%2B23813%2B4482ebdd?arch=noarch\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"product": {
"name": "golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch (go-toolset:rhel8)",
"product_id": "golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.13.15-12.module%2Bel8.2.0%2B23813%2B4482ebdd?arch=noarch\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"product": {
"name": "golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch (go-toolset:rhel8)",
"product_id": "golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.13.15-12.module%2Bel8.2.0%2B23813%2B4482ebdd?arch=noarch\u0026rpmmod=go-toolset:rhel8:8020020251212160632:02f7cb7a"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"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-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T01:19:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23740"
},
{
"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": [
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T01:19:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23740"
},
{
"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": [
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-bin-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-docs-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-misc-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-race-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-src-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-tests-0:1.13.15-12.module+el8.2.0+23813+4482ebdd.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0243
Vulnerability from csaf_redhat - Published: 2026-01-07 14:43 - Updated: 2026-01-22 22:39Notes
{
"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 grafana is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On.\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": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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-2026:0243",
"url": "https://access.redhat.com/errata/RHSA-2026:0243"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0243.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-01-22T22:39:56+00:00",
"generator": {
"date": "2026-01-22T22:39:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0243",
"initial_release_date": "2026-01-07T14:43:26+00:00",
"revision_history": [
{
"date": "2026-01-07T14:43:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-07T14:43:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:39:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.3.6-11.el8_4.src",
"product": {
"name": "grafana-0:7.3.6-11.el8_4.src",
"product_id": "grafana-0:7.3.6-11.el8_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.3.6-11.el8_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.3.6-11.el8_4.x86_64",
"product": {
"name": "grafana-0:7.3.6-11.el8_4.x86_64",
"product_id": "grafana-0:7.3.6-11.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.3.6-11.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:7.3.6-11.el8_4.x86_64",
"product": {
"name": "grafana-debuginfo-0:7.3.6-11.el8_4.x86_64",
"product_id": "grafana-debuginfo-0:7.3.6-11.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@7.3.6-11.el8_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.3.6-11.el8_4.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:grafana-0:7.3.6-11.el8_4.src"
},
"product_reference": "grafana-0:7.3.6-11.el8_4.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.3.6-11.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:grafana-0:7.3.6-11.el8_4.x86_64"
},
"product_reference": "grafana-0:7.3.6-11.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.3.6-11.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:grafana-debuginfo-0:7.3.6-11.el8_4.x86_64"
},
"product_reference": "grafana-debuginfo-0:7.3.6-11.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.3.6-11.el8_4.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:grafana-0:7.3.6-11.el8_4.src"
},
"product_reference": "grafana-0:7.3.6-11.el8_4.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.3.6-11.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:grafana-0:7.3.6-11.el8_4.x86_64"
},
"product_reference": "grafana-0:7.3.6-11.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.3.6-11.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:grafana-debuginfo-0:7.3.6-11.el8_4.x86_64"
},
"product_reference": "grafana-debuginfo-0:7.3.6-11.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:grafana-0:7.3.6-11.el8_4.src",
"AppStream-8.4.0.Z.AUS:grafana-0:7.3.6-11.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:grafana-debuginfo-0:7.3.6-11.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:grafana-0:7.3.6-11.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:grafana-0:7.3.6-11.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:grafana-debuginfo-0:7.3.6-11.el8_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-07T14:43:26+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-8.4.0.Z.AUS:grafana-0:7.3.6-11.el8_4.src",
"AppStream-8.4.0.Z.AUS:grafana-0:7.3.6-11.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:grafana-debuginfo-0:7.3.6-11.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:grafana-0:7.3.6-11.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:grafana-0:7.3.6-11.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:grafana-debuginfo-0:7.3.6-11.el8_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0243"
},
{
"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": [
"AppStream-8.4.0.Z.AUS:grafana-0:7.3.6-11.el8_4.src",
"AppStream-8.4.0.Z.AUS:grafana-0:7.3.6-11.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:grafana-debuginfo-0:7.3.6-11.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:grafana-0:7.3.6-11.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:grafana-0:7.3.6-11.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:grafana-debuginfo-0:7.3.6-11.el8_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:grafana-0:7.3.6-11.el8_4.src",
"AppStream-8.4.0.Z.AUS:grafana-0:7.3.6-11.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:grafana-debuginfo-0:7.3.6-11.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:grafana-0:7.3.6-11.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:grafana-0:7.3.6-11.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:grafana-debuginfo-0:7.3.6-11.el8_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0718
Vulnerability from csaf_redhat - Published: 2026-01-15 15:59 - Updated: 2026-01-23 08:50Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.13 General\nAvailability release images, which add new features and enhancements, bug\nfixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.13 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which add new features and enhancements, bug\nfixes, and updated container images. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html-single/release_notes/index#acm-release-notes",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:0718",
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9287",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9288",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0718.json"
}
],
"title": "Red Hat Security Advisory: Moderate: Red Hat Advanced Cluster Management for Kubernetes v2.13.5 security update",
"tracking": {
"current_release_date": "2026-01-23T08:50:53+00:00",
"generator": {
"date": "2026-01-23T08:50:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2026:0718",
"initial_release_date": "2026-01-15T15:59:28+00:00",
"revision_history": [
{
"date": "2026-01-15T15:59:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-21T16:47:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-23T08:50:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Adb73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aaa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Aa93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Ac5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Acffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Afa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Aaeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Af7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Aad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Ad499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Ab501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abeade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ae70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ac43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ab49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Aa96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Acfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Add1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ab19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Acd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Af817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Abf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Ad371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ac6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Aca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ad79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Ad557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Acfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Aa25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Aa46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ad0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Afd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Aa1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Aac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Aa036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3Ae1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Aaffc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ac9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Aec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Adb1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Ab4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Aebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Aea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ac035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Ade02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ad61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Af813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aa5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ac6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ab326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ab66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Aa03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Ae8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Af461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Ab7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Af6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ab86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Aef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ab7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Afb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Add4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Af9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Afa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ac0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3Afba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Aba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ac3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Affe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Acee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale",
"James Force"
]
}
],
"cve": "CVE-2025-7195",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2025-07-04T08:54:01.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376300"
}
],
"notes": [
{
"category": "description",
"text": "Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. \n\nIn affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as low severity for affected products which run on OpenShift. The vulnerability allows for potential privilege escalation within a container, but OpenShift\u0027s default, multi-layered security posture effectively mitigates this risk. \n\nThe primary controls include the default Security Context Constraints (SCC), which severely limit a container\u0027s permissions from the start, and SELinux, which enforces mandatory access control to ensure strict isolation. While other container runtime environments may have different controls available and require case-by-case analysis, OpenShift\u0027s built-in defenses are designed to prevent this type of attack.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T15:59: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.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
},
{
"category": "workaround",
"details": "In Red Hat OpenShift Container Platform, the following default configurations reduce the impact of this vulnerability.\n\nSecurity Context Constraints (SCCs): The default SCC, Restricted-v2, applies several crucial security settings to containers. \n\nCapabilities: drop: ALL removes all Linux capabilities, including SETUID and SETGID. This prevents a process from changing its user or group ID, a common step in privilege escalation attacks. The SETUID and SETGID capabilities can also be dropped explicitly if other capabilities are still required.\n\nallowPrivilegeEscalation: false ensures that a process cannot gain more privileges than its parent process. This blocks attempts by a compromised container process to grant itself additional capabilities.\n\nSELinux Mandatory Access Control (MAC): Pods are required to run with a pre-allocated Multi-Category Security (MCS) label. This SELinux feature provides a strong layer of isolation between containers and from the host system. A properly configured SELinux policy can prevent a container escape, even if an attacker gains elevated permissions within the container itself.\n\nFilesystem Hardening: While not a default setting, a common security practice is to set readOnlyRootFilesystem: true in a container\u0027s security context. In this specific scenario, this configuration would prevent an attacker from modifying critical files like /etc/passwd, even if they managed to gain file-level write permissions.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-9288",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T23:00:56.263191+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389980"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sha.js: Missing type checks leading to hash rewind and passing on crafted data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important rather then Critical because while the lack of input type checks in sha.js allows for hash state rewinding, crafted collisions, and potential denial of service, the vulnerability requires highly specific crafted input objects that are unlikely to occur in typical real-world usage, especially since most applications pass well-formed strings or buffers to hashing functions. Moreover, the cryptographic breakages described, such as nonce reuse leading to private key extraction, are indirect and depend on downstream libraries misusing sha.js for sensitive operations without additional validation layers. As a result, the flaw significantly undermines correctness and robustness of the hashing API, but its exploitability in common production systems is constrained, which could justify viewing it as an Important vulnerability rather than a Critical one.\n\n\nThe flaw requires applications to pass attacker-controlled, non-standard JavaScript objects into hash.update(). Most real-world Node.js applications and libraries already use Buffer, TypedArray, or String inputs, which are unaffected. Furthermore, Node\u2019s built-in crypto module, which is widely adopted, enforces stricter type-checking and is not impacted. As a result, the vulnerability mainly threatens projects that (a) directly depend on sha.js for cryptographically sensitive operations, and (b) hash untrusted input without type validation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "RHBZ#2389980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/pull/78",
"url": "https://github.com/browserify/sha.js/pull/78"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5",
"url": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
}
],
"release_date": "2025-08-20T21:59:44.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T15:59: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.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sha.js: Missing type checks leading to hash rewind and passing on crafted data"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T15:59: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.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T15:59: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.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "Axios is a promise based HTTP client for the browser and Node.js. When Axios starting in version 0.28.0 and prior to versions 0.30.2 and 1.12.0 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: \u0027stream\u0027`. Versions 0.30.2 and 1.12.0 contain a patch for the issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T15:59: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.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
}
]
}
RHSA-2026:0663
Vulnerability from csaf_redhat - Published: 2026-01-22 03:28 - Updated: 2026-01-22 22:40Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.20.11 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.20.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.20.11. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/158014\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n* python-eventlet: Eventlet HTTP request smuggling (CVE-2025-58068)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:0663",
"url": "https://access.redhat.com/errata/RHSA-2026:0663"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58068",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0663.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.11 bug fix and security update",
"tracking": {
"current_release_date": "2026-01-22T22:40:03+00:00",
"generator": {
"date": "2026-01-22T22:40:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0663",
"initial_release_date": "2026-01-22T03:28:29+00:00",
"revision_history": [
{
"date": "2026-01-22T03:28:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-22T03:29:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:40:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.2",
"product": {
"name": "Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-ui-rhel9@sha256%3Aea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3Acffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198703"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Afc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Abddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202794"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ab4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Aed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768288463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ac9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768248381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Af65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Aa3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ab403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3Ab7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Aee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Aa42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Ab2577317321150877298a71157710356da53e100dc3c054c5744e75611070982?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768269028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Abd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Af3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768265391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Aee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Acb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Aa7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Ab6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Af96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Aff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Aba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ab87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Ae206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ad4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Aa3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Abcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Ac7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Adff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Aa8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ad51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Abf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3Abaf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ad456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Afbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Aafa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Af300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ab5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Afab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Afe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Aa3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Adb9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Abe5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ab50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Ab049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Ada5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Aff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768205435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Aa792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Adc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Aadd40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Abd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ae9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ab4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Abb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Af7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ae0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Aba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Afb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ab32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ade0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Acdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768288492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Af77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ab5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Abf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768205253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768205532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Aec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Acfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Ae76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Af0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768265473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ac7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768248022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ad968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768209175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768244240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Ae63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ae0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768288813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ac683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3Aa69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Ab8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Adbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3Adbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Abccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3Abccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201343"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Aaee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Abae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768248393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Acd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198150"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198703"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202794"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Acc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768288463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Adfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768248381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Acfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Afc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ab528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3Ada2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ad96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768269028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ad365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ac9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768265391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Aabb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ad4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Afeb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Ac2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Aed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Adbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ac587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aa2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ac0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Ac195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Ac1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Aa352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Af3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Ad88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Ae6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Ac2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Ac18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ab13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Aaaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768205435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Adce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ab92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ae2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Accf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ac012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ae415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aaa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ab53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ab013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ac2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Acfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Ad12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Ac414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ab27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768288492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Aace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Af5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768205253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768205532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ac7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Afbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Aa35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Ab66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768265473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768248022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Af1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ac26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Ad4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768209175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768288813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ae364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ac13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Aba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Acc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201343"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ad3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Af933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768248393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202042"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Aff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198703"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Aa9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202794"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768288463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768248381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aa5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Aa2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Aea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ad8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768269028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Afafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Abf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768265391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ad407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ae308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ae26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Ad82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Ab942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Aa61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3Ade5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ab1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Ad44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Af28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Ab815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768205435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Addebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ac52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ac196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ab37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Abb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Abb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Aa7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aa381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Af4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Af5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Add708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Ae29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Acf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Abb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Aad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ac787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Af5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Afc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Abdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Ae394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768205253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Aeacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768205532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ad2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Aeeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ac37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Af94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768265473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Afbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768248022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ac1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Acd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Aa2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Abd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Acee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768209175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Aa6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768288813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ae9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Af4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Abb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201343"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768248393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3Ab4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202042"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198703"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202794"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ae926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768288463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768248381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ab65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Afe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Ad67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3Aca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3Ab3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Adf4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768269028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Af68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Acd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Af2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768265391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ad73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Af2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Afbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Ada713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Afcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Acfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Af53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Afb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3Ab9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Aa4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ac50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768205435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Aec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ab61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Aa301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ae947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Af78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ab1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ab53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Acf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Aea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Aeb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Ac8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Addd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Ab680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ac9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768288492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Aad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Ae78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Af300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768205253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ac3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768205532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ae98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Af39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ab6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ad000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768265473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768248022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Acc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ac86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768204737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Ad5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768209175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Ac4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Aa850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ad4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768288813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ae4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Ae06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3Aeca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ac084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3Aa187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768198348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768200424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Ad07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768201343"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768199224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Acf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768203481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Abe6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768248393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3Ae4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768202042"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58068",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-08-29T22:00:44.749956+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2391958"
}
],
"notes": [
{
"category": "description",
"text": "A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-eventlet: Eventlet HTTP request smuggling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "RHBZ#2391958",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2391958"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb",
"url": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/pull/1062",
"url": "https://github.com/eventlet/eventlet/pull/1062"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7",
"url": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7"
}
],
"release_date": "2025-08-29T21:12:24.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T03:28:29+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:bbe1ffd9b28cbe6814cb6cecef844733f38aba1a3d400b1bc5aff5865cfe665e\n\n (For s390x architecture)\n The image digest is sha256:fb62b7fca828a332ab6a74d327b804e8200e8d349b7c8efdcc11be9a6adfa9f5\n\n (For ppc64le architecture)\n The image digest is sha256:d432334370d80c387d7cfa09dd29dc4999e6558a4d48c87c685a4804c7616ab3\n\n (For aarch64 architecture)\n The image digest is sha256:29306739ab8890c9c34ddfa9568d59bc2e8fae9814d670061d1082c499ae6434\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0663"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-eventlet: Eventlet HTTP request smuggling"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T03:28:29+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:bbe1ffd9b28cbe6814cb6cecef844733f38aba1a3d400b1bc5aff5865cfe665e\n\n (For s390x architecture)\n The image digest is sha256:fb62b7fca828a332ab6a74d327b804e8200e8d349b7c8efdcc11be9a6adfa9f5\n\n (For ppc64le architecture)\n The image digest is sha256:d432334370d80c387d7cfa09dd29dc4999e6558a4d48c87c685a4804c7616ab3\n\n (For aarch64 architecture)\n The image digest is sha256:29306739ab8890c9c34ddfa9568d59bc2e8fae9814d670061d1082c499ae6434\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0663"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b73b8c2168ea3d666a0c6be66e5a195addfc438c7740888a50512b49b0b1737_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:669ae945812e194e9f76d9713d582d632d8eeac8511fcc9111a7714f8e25b5b5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:66fccd77001a2fe66e9bed855484860e7b81c0ee24c69a35705571f156ec009e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:cffd9843e9b98623ad3458c0b12ff40d7ad410eaaaffce68336cd516ab04aa6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0fd00997b071f703c1cf4258b508dcad47cdc6035a5c5f3eb79752606f695693_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b254df8a346c1cfa0894e9f00adf676512149f174b062fe02eeee62f8d4f994_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c47307c18d8a1bc1a4c95180227ad16e1a8318e1ee5a041c597f80dcbf903c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6595ac4d37fac06039d9684f039bd9cff50c1b0f74ffa3d944b3a81ce468c7fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49934c525d45d7514e7c5b8a5b48f0edb82f4aa69d1f74f3354bed0e5445b74a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:62fcd915c0ff1323f2212824314c9f579ed7f6188827544b087f7927ad94442e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:652ac22a9694f19592f3a1b75e4178df8e1ca9ade07f05a1510fdd213d56df32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fc0078155142c9c0626867c3e119698b44299df1407a15694679d00685f96160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:57e8e9d333b001a7d8b491e1838d8baba6c06e0f041c5762f175211f95373e60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:69e96c044296714f2cafcfcf428a32c1d3f15ab5b1ad49adaa3d56529a54c18d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7bf28795797d4c485fb519903e4ccc6bc32568a0815fe3c72b54ddda4c3265ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2cd68b22fd68746d9fbec32b43202262059543ebffb53f69c4704fbd402718f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0ff2260d02180d24a309fd1da4acb82c4442c8113be9b6b0b0d57dbfc4a4e19c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c9b0df6c38b3f8d3ba309f2a20ea8733577e12ba04b5d63349242c4c6724944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9643a87c1006b9623fc60224017331389974de46b505d1fd2ce9a38b12e9a7e6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:dc930557bb855885b07b77f1c08604aa7a733c41c3b724430612ebee278c012f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0a8b25e7d2bbcb714d5b193cebd78f8240e320d59bcb451c68144e33779f27a6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:18a9471f50fdce8b98658159030a0ce9520f200ce4d9d45a0483b88f491512cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1bfebcb7f14cdc619ff7778591ad2f17daaad1192750bf72c543d01b8cd6b821_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d67b0f41f433ef6a83dc47d6095d432da692e070d6c6967bb7f4ebcf34ca5e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:20fc02a4e51293ee556f4656e8c72979c839f2a6c9503f124d82391846ce4186_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:64b03118bfbe1a19cf8e0fd24b62e6cb6f282fe1e7ddb4f4b0f50209fb4099e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b839ae4609950bdd364dd884bc995b561b8caabc8412e4dbc231f9dc4a3a7b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df4e853e29f4c578dcca4006332b0645d16bfab15aafd9bf9961ebe56edfb45c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0576f5563189e73218904473e05911f2ddcb71143dc9b698a02e3c36a4273ea7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13c8e89de3a5790827d9f09fe3e328a0fe74a218865cec229f694cbc943aeae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:849ceaa039a9888511e2d18a84d5d41a0f4b13dc1164dffb5a44d195577d1f88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fafb8948c198109e33cba39be319a81b462c1d286e19d5e2f8c9f2e309a1e5b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0bad7e3fffc9b166ac6089f0db78980a663d2b29ee1aeb04eeaeb5224da03387_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2e46e605e3779e5b27e1e8e400050fe56ec6cf9ac8c22986fbf667a8777f7a8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:ad1fd8a520c11a4fbf486edb3a8e47f1c3741fb6de699c67d5437c0d7fd806bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b680a1b081733016505bb18366317302c307abf420949a9dbd636f159ca5daaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:04f46195b3d9f47798e78a9979d1cad556946932ea983557a4d9f03f4361767d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:831dae68b9c60aa7f789806665dba93e36a2fa0465806b7fc386d529a53ea754_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ace9cc7026a5d9293d183044ed0821fb79b7a70948ab8250e173ad64c0274dfd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bdba9d7e1d7bac6c604ac410b43c68a9e8c14ac818c49b063487d9c767e26be2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:85ff2bdcbc02d366abf9b961d88815c6ca33c8e8302c9ed94a53c98259e30013_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf3030f228d47f0b37504c4a1585b3555f02b8b24f0bddf2da4518c24182c83a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e394eebaacc91220346a10c122a52ede90d040a8b48a52b9b4c04a8277417fd6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f5a527525abe5c00e7d187a142b949d6333d69ed9005f1242287c85894eae21c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1800fe27cd894fe8bc309e6e264a6c439d68373925e7927f56f4d694d6472cc8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:95b7163bff6e7112d6c04a9e6631360500f7f60f6e57886d49f12bb1e7483415_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d2b639e72f6dcb40542523c948d979c47844ff9ce6d65050c1b14854080fb772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ec6369129f3746d2327aede6688a37cb5e3b71925ac1fb2cc1ed0219c3ee223b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:06fc983fab11e9e69527207900ebc3c10a5af171a67cb11dafb6abccac99bb43_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:160a416e981b467caeffb75573dfef1fa7c6194a8bae0d75518f1b47becbc9b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3d079d93fbebff2cf3f97a4e63d3d15356b92febd3377e53ce1056d23b1b0cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7b2a955648ed2e4da86928101977a78bb2b2b21c07bdf66fa29142e0bd35a17b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3fe1b813e113adfaab187d7e7d88f5ee64f48d8b86af3ecbdc5637f4a93b4edd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56abdb80a0bd115ceedf45fe187b2fd1e445fc534833545db210a48cdcdd10f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:cee3ec9f2757d4901e5a9dbfeebd7e416368789780fe73784512c7c12bf43fb3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d5aceae18299a7cc8c997a9b91413f37d6acc28285aeb6c9ce4c917478932c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7ae32db80088c12a14d3c42d1a0bb3807217840a49722e2d528d8a173316c882_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9fad3c1a077336dcf9e379c46a13336f49d2ccaf7f4ae808293b51230b4048c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a3efa24e5d04aad8d5c85ed0e9f63ffefb433cc99bfb57fbc4b10dee223f1984_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fbf1aa79887f87e1861b994c0b24e14ec1d861187d64587c8d7af97557e079e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1a39b28f6c42e6fc5245152ddd9bb9a7d82dd49b91c4b5469f418a3a3b009a14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62eeebb0a59ce985dbbbc0a44a1923a2b6f59644c3ff8b031524b542669d3e18_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65957ec6054dbd51445c3a2b8947a5703ddb940417d76e5166057bf54482a6b8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c3eff7a2971e4aad1a2d4c15f9253dbf9521b2ab0952fb7966bbdff7bad2639_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5e00d30ecbc3f4085ace3c06420d0d687a17d7d133c1272d8859a028b2f7fe68_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b9feb923ec7691459fce46915b7a86616d876d0d0931518931ceaaa0e5cb2002_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:baf073a2f79bbe11baf244daec6889d5cc5fc06d6a5bd2bc3de16da3bcdeaeaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:de5b2d7b7c345303c3f3db66eac3a362d2b2b9365407102a01e3d7e72220d31e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b95505b66f47fc0420d1560608459ade6a0f73108d3e6e29ad4d8148a7079fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:52f18ffdc43d69c0d67fb3457be88061e4c231c2970974a04178a526e9cfc93c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b1edf34008e626737b8b3ba7928960026440ac55ddc4b819d8f8464faa186374_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:fbbc3a73437408e8939e7581aadcf84537e6598a93afa68ac30f6bbe2332fec0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06e7b8a856b0bc79b8a6dad1e45a33c913171473613b3450a5b936747126a232_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7303aea37d29dbbf4bc1efe572620ec4bdda7844e37a61dc01e0fa610f3dc2b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afa1fb4e1cc5d2751b3c8f40c6869a5a35529e24f6c8eeceb677d20eb4e0e84a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d44b053e2abab3ec3573f51250134ecb5bbbdba51e646eac772ccbdaf027cb88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:17f0697857cb04c108622a6e898947e256c5c0f569f389499d3444d1c039b1c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4b99d6de6d74a6059ee2a1601acfa9f02d6a1f8350af2b53b61e19cd1feea343_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5f7243416fcfd623633d195e572237d945bb0353ec544105001e913408180b52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f300dc0467359014aaf3aeab544c35cdc3ab099cb76393ca015d66db3dfa8d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0f5d9a1d89ee4020fe3104bc0cc24520b3f08f40e53a50b77af4b160bc6cd0e2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7341f601fc028a0058f13651ee7ffc828b3bd640086b5c6865a2bb5526a38136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9528bcee5d6a594c8e460e2a6ef50df7411c3f4d336dfa9dc1f9da968a49bc6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5873988cdbc1dd318dcaebb928110695057423f17d69a095f91dafbe66aacb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ea5d5c96d5807a87c3368421a1fe04548e149b8111a85051a1b17de3db5355e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0a363e894cdf9c62c015964d6ce408195ef39729641c4095f131d427adb43964_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:59c4e8640b51ae51f80e11edab4f69d8526ad80f6cf7d844fa2bc828c3c1f632_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c0f192efcc9e1ee03c0fa25a5441aaf57cafe5b2cf90e76e9ca9d561adbe4fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f28540cae1a3e6ee6fd6692138d5aa34859469ac5f3f3973d295cc426d42faa7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dfc91da826257c75099eabaf1b103fa900ace40b1c98051ce649453fd56a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b815ed06d5eab8e759db6888ed3cb0ce3213ded57cdf9044903f6f723bbe2bf2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c195aca3bdfd8074de3cfcb75551de1fa99b8ad83edf327ad15ba64b41417eec_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fab5ef4829c1df0be1f8536c19aa677ba42a1146c314bbe3d8614022ad5ed813_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:44b599bbaf18170bcd59a4c6ff304fead226849baf21c050cdfd6bb548514b4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fe7c36af92969481a0f8a66c448d3b3d18e06a09975bd5e4153bd75bce3ad508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:08bc77661b083f377df0ced60cff691307d69c4f123e91e4e9bd93a0a33dba9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c1adecfaf4354be1c5a8a275f33764cc33c866be32c18c5a20025668cf0b11ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4cd205c9b6194a6854211ec456c9b76327859c917ea9c96cbce8cdf937bfa875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a3137ec97bdf19ef4908612b3c1be8079d91876a4d4804d339eeca63468d03f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:36c9ff68cee5c122285e417175cccff98b42a69b46b883290a0fd1190b8bb0b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:a352929033c9f95c313c8819d9e3ea68e06c0be779e57cf4373f01e3518cec8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2c0920f5bc6f78c3f69a23663f176cc7071bd5a10081251f6d9e2cf4e58f9449_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:db9b8784229ca9ef7c83c1c451e6e07d7b6a68d0e47691f1251fa4c6d3f9af53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9faf76bef25f98fd02bca17d391e2a89ea159a4d14dd7254c2c73a87ab535e31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3948397b1cd88e4e9bd116cf526dfc22ec5edd78992d5d6607f1924673cf5ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:be5ffa3b73bdb2b3d1449a8b0fb8f7fd6ac222040467f69380fb817c823b2a38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d88c1c79f6a1e423dbb20cda1a5202eb1106552b7b4b8281db661067883c34c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69c2d63236aaddd9bcc57501fa34644c6ddf912d2a63a36df365e7e7a7383c27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b50fc6dbd7018e99fd222073d5ea98764a2a87f1f8414fb504d32bb7a1e59635_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:094ed9df95200373dc53452b9edbc71e88503e35431333766a5df1280839dd52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:58fc11ce7fc6bf85eee15cf579c9c297deaa8532b82a178edadb6e5a78f39765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b049ace51eb660bec179a095cf95739db7f501e96cc63d279341df842cf62c61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6443273dcbe7d2c86db0014be3958f9a2893282f0e5fe3110058caac86740d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6a8d228124844cdd4a02ec1e4dcff010d060544a55e48dffbe8564f0ba5621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8b7fa75cdb11e83275bb4ce0f98a9b3b43bf051c24634f06ad9a06f5d776329f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4a0a553790df8e6804c57bc95a3aead97d86ccec95781481304fef2c62196d0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:576f4e09b68fae1cb4d8d46855275229de521c58e4b182fe9ce9502cb7dca6ad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c18203223f1be6b64781907e962668f70b0913a057bc87dcb96d48e12ad8fade_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:da5bffb43c73a0b087af7ff1f7daef67f7f23fb6799bb20e582f4a3f57eacc69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2c0766822f6f7e09b511f399af7ec0cc55bdd74c6f00a21d2774447402fae8e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b13cd7910dbc712ba67a3af2aae829ced866cfb2a74cffc0d7cef5c9735dfb0d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c50ef0f2068dde1d163bdb4d98b2458c484347d864c02e47feb1ad4eaa6b134c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ff7dc781304514e45e7c8d7d6c5c9edf20d0455a87c7d1cef8a56254eca55ea0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:10a37d13e3580c42b1a2224ea5e364135efaf661a68fff02f079ebb8725ba0fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:57e7f4fcaf060acb5b2f067f35f26ee7437457a1830cb456888f1fb51771005b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93432b35291e54c4871476e4c4d941f25a050436319e27dd8f01c8560ce7b5b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aaadec0db6b241158671c0d94c98e1ebd9ad974da009bf56ec510a8c78bd9828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:425e1153773dc44cea7034d3e7f7b5a0ed04f27fc6414e207d373a986e9468c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:73930818675a3d6c5a32048625e8e72a6009e7f209d86cec3f76eaab8ef9dfb1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8773f564af6c8e4325bae16a5b08b05c02e6218cef2a598b1c4b915f8eaf917b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a9547b1e2afdf59052cf11d245f46a93c2465560925b589d9f6dbfbf4456e48c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0e72f286dc8d0721a472d7013364964737164d6281db7a739b22f04b5ba4e5b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b9384073f1ddb3e5b2882766aaaa3a77956929471b8c7c69be0c153b39ff6fe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7724296fcf48bb6abe6150a605918a63f0cb8f2b399ef18b84cd248cefe2743d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d7727b0ea24577e20ec248aa4dc576af7718b8c50a0fee1fa5ed46c043d3f34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16b45dcfdb4d9846b91040e8273f3926154e4203cd4524d08080a370601cbf10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:457eacbbd731ba5d44fcd359550efc50ad515b9eee2cd36fa38f568b926690b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:494abffb0cf7a8bd2407f4d690a8d2c02d7203fed660b098c3b69c3a6eadd3a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bddfc627ed686ebea32f46794aabc3373985d0583f3fbcaa39cefe7ce8ee6f5d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67202262810a444f393aa7aac1ef343ee98bc2da8fde8d2bce6c7e8e35a2b506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:dce7150b2b05d916d3d55e994199c304014f6a7cfe7087940c906aa233a56dd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddebb7b33eb96f8f87f7efbbe2e28c89efbef8542f8370c8ba5d4f880c7b6339_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ec32400fce36a7cd04f74128426e5286f9b6d206f60a5adef7dfc850ca76811b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:087069dc83876c9741e5d5033cea312b64b5e48fde1027259881298321b29d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:222afc73f5736aed6a412256417911bf7fb6dbcc5c8f715e9ddfb7c3c261fd3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6dab38d2826ec666ff0c67358425952e0e33c76b97546b29659bb0e887e97808_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:72162bfa52c6ab8c0f8ea5eee8edf683a874ccdd2af9d657701cbebcde1046ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:29dceb794326ef5e98156f9ec7adb8ce5258d2473d25b6f7fd12f63d07f6f16a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d19d28f4638728cddfb50d8f19a19645898222f1d79cdb2c8bc34b08327c979_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3cfbd2eaa7392cbbf673406b005e64927e2389b02a1ac6875ab05fd8f9f52d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a792ee720898443dc838b7a0b55514c34eb604d632e4a3a2a99fe0d7adbd8798_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0b93aea7e439aed176683ca17aecd273026206ad996d017242263a3ef8f21f78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4b4d0aec32da14acb03874d609fa3a92eb6e9c699cc8faf01b2bf7ba80942370_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add40d9efc83832132df6c580201f2de409ba07e09f8677458abd75893ab0891_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b92a9cd9e0a5cf61f0ad7e13eb4e58487565a909c1dfc82036a3878a562b7dd7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33382badbbc352a11a622a3d0c93daa757c5e3d9db7c80be94503441c18b026c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a0e4f85b05ef8097a46082a121474f00baaeca39f42b0f45d621031231b9a86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6d2b2fb22a2ba374abb9179bced200e88c916398bfe136daec0b2cab6f70cf87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bd072f8887bfcce9a1b48af5637c95815e809a0b05d125530a836abc93a65592_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:08e971adac62002b373dff883da3bf36c4dc198a15f8bbd3e16a516f21a9c0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:238d1d34811cf7c02c89bb14a39fe54b3db114c2c31e5f30494a760ce34b0a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c52b50c20893e14461fcc0990b11862a929ce5a87fda554d2b520bd93a66d546_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e2ee0a1ed3f58f13ad2afe8443efa3a09e8948631d10c0b04bfbceefe3c28a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2705c95b5115dc118eb556524aea554ef78ec573835ae3a91a3f0fec70c564c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:93336671bd7da873da72874f4823e6843774bf35ca4b762c631934a232efcb6b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9e58834858788331db55d5a0683586cce0155603e9a354d881cfb9c25a65835f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ff0f902d30041601b261efc3b9b743edafc4c96b0b0efb5450ae9e4a53beba80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:41ed037fbf41f05b0b8b956727df4d4744e571f437ac2b07206df7294b0f3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6f4d60e496f54b3093c471dc172153d120292ee3d03c1c8cff3e3cd9b467953c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b61c5b1f6c448184a3b77c690bbd94de44e16e8c1284fc0c53918ee6a5e1b46d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c196bc7fae051f535b23837db92f0a5d1a65d38f08a3bf75fbbee9f2641163d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:113f3d6bd146297366e36072c0f652456ebf873375ec122bfd590e3c0a0c71ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:329276f789451733b72c111d53b37b53600e25a85b52988a9111db1dc3e84b01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:394ab58d3837acea4f87119ed644640c603e67f040aa98b10f4337f6d2fc775f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a301004302937fdc4d7e56d785dcd2cc9e98632d3ff0fdf2765a93d9bc50b375_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0ca084a173c0fe7b1ccbaacdf01f1ab2ce62f355901b9697053d245d68160092_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:39dfd1bc42992b3987944346fd1443ad945f410af04722f568a01ec2a2a684a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:577d4daba50f7854d069927cb1c9ea7c4103bebcd0edd31f4ebc5397ef518b46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:736b9ccd8efdc07a8ef709bdc22b3ca6067f9386aa04fc7c7b808557c214705e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6d87bf90da9c74be8362c892b999a05f61633b0d33c9900b26acb733e5d3b845_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b37fe9168b40c5b5edca19f8bac27aa706a6e3050f0b8d0abe58afb2f808f6d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9ea3222219c2be5c5d52ac446a172c9a15fb77ae4fad729af3aff6057ac03bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee9ba785e245a0c7d421bc586533077d5e260016e3caa23a81fdc5fdef8a5802_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:11b4984d5dde31f966e9a482c8d6f707f8421167b93143d89d64ec7a2672a341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5498b24bd377ed42aae41457d53c9f06d4c865973235d4e266f2bd03a8888f56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66ec1a5c010f600e6d27bc6fa1fa3846d05fcc91cfbab34ff821e7c8267d373e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:893adc9bd2f8afb1f5340864cb299e32ce3dff7a628de2edfb6777730d917630_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:180061f5b372637caddc378c0da57eb15bfb17f781e3d479c0dcfcb5a14e4ad9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51addce0ba14279b5361763e3c218d4231a75add1f413d1acc0727491875d2ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:882e77f2a9c72cc8c1c336a64357304c1b7e74374eee91c9543bf5d88d67a99c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e947326e7d8fa02baa8c8fb146807303d8db5416a071acbfc891e75e8aa14204_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1630cde917f55e7c701a04c5bd11564c3a80ea1ac5e0a012b45338feda08f2b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5481a1654b955b618868c185c04ca6e467ce09a3fdf051aaaa20ea422ffce22f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9ea65cacd16eeb1bcf651e341ec8f94fbbc5484704d7db50e6ddc40046ca3fba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bb8e1866b8c22a21f7dc9a13a8234f18ea2ec7ff496b3587680aaa0052c4cd5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:21c5bf4d337f79618d6e7ac758e68454e1e39f54d27f3e17cca56bc6f8746e8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:84619731df4633a4017ee95bb2c8153374d82432c42f09edca9400f58722f475_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccf7938580d068ef04ba558a225075ca1e088206e91dbab8eb08f53f926f7fbf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f78e909337be85556fb1841d8481cb4075ee2caf6eea499a337ebbcc3a6ba885_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a0fa17bb5cfc88c5f405946d97f305a48849f2ef04d26145dc97f37510a6c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4cb927c5c34074d5bedc725d0dd5a4bf309d1413f78cb893a5b96b695c60b2b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:52a2b3cad24905f190c89e0a2fbe23420b2189d8fd1c922fbdb8854a088038a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bb6539de560cbc7a0b726b3284b01c2cabb4f8016b64aa7af67d219135af972b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4635471e57fdffb1561cfbda80e182c3e78a1c93f61bfaa2acb53546b019acaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b4587937830c1e59961c8e0193179cb3c980d0c486dff836353848d147e3a996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc99579b3829f3a3f19363ba75ed49d9affd1da40f731fd796016a4f6e1e1a5a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e926ab99c5e2ffc119140a1e2b28ab027c804ca9f58b9374d6d05d999606fa93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:66b8f991953ba2bcc688fb565dcb5bd5974d4ae8224377ab7a11e64bca26e885_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:962ed30f9a54fa771e6b8717a576b04fa186056c58da82ae4bde0dba8db8945e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a7e65c46cb064fa24773c857196817b642902bbe7d2126673056a631677b8ff8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b4ec11166f848dfbbf889e9f21d9213b72d08de82c11da6363284f755e770c7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d0147d09197633e0b034773b6c9b07b553d0483fadc313faa95506d9efc38d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:532ae167a18f3564c43db8b53e7785cc4f1e5f0ff6632dbb2f86d3ece27bb658_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:53d7a963552f8120112361247b90a3164ee776a434ad59993606d394cd0bd3c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8f9fd48189c1978ac3febfe6fdb58dcc63c83e6a0ec742f7f0d3b9c498cbedf7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0001fc4d5bcde9ffcee9c45ba0654a0fa01ec86597d99e6010df1b9fb2089661_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3a3b25c96d506dd9a9c594690ec2f7d93d56637e7c826b6459d2c9d600a64201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb2e3626330d8e4074b38a16c8b0a8912d8b29e058857bf1caa0105453a4251b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c012fa1a65253789e741db5777cda72c4898a876fbda8e93eddafadd65d57fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4d6a843d75873a3279b7cc8d5467173aff8e6977c58af8e4181a3007dee41b21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ef7b55be624d82c7e92d12f10640d24a6ff11937dab7c2b8ec4b3ed50ad2c64_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a381a7a5c3bdfe6cdd84af6a210c8d937d661785d2bdfa45f15e1588dc58e046_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b1b88e2655a8389f8870209add51f0ca8b5265c6ff3ca67560f96631ba624213_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:63f96c42ee8ad4f966d33dd9c31d5ec2f6504144c06e57cc66eb7b142f3d396d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b53ef2b516faff11da74325f0ca19b8d2598c9216e1914d42fd856af2c400e24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e415aa374568e9ece6522c6e667b3b0f55cfc9261ca93970c3c49b9a07949d2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f7887c9190e344661d780625998f99715b21ec04acac2f6560b8c7c1f996d80c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:603be009376cdc6f47d8a100c809f09b8d67087944f8a32bab3cf2479d62f42f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7c1ae6738a35ebfb045499c4630a7175924c742cb25bce3b1db8d90d150a52c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aa52c614aa259bbe7aa6a437a0576c0bedb7c2f024f99e2f2aba40d56aa80f96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f3ac4806c3371e608fb5bea1a0d174d03a8cc275918db6bc00bafb0a830a86ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0612b96ebb4e144737b168caf66a136e0c9149547e0c0d05029962a5e211a45e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5decec92fb59296fb8afa1e37896753db923ff63283185547422f3d200737333_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0def58413655814c57382e7518edccddc27968c9ee96e5bf2b03a9f1413f103_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f4c52b0550f1e3b33f62db20b566d3a608191c51d3048aff16b6377821fefd11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:68b7c3fbaae71b30c01c9c5ad659a1bf4b782d0cfc06091995a10aeda217afc5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:696ae5f76b52a82b79deb619b8d60b01cc2fa7d5cc04ec9f23d17395ee9df6eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6bda273cad42041e84c7d0b1e9baaf7c9d61ea39c0c5dfe2842bcd5c896b9b5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cf31a845d762370ead8695f680300167e8bc447360237b28e4cc4b360ed7a501_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29ba45cc83062b56ce3b57ce4c6896c95c50447a358e0c2b6b95ebfae8489446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:95c96bfa456c23a61b44238e5191580e6ac5840a491067bec21ddabcec7d504e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9c9fd674909f3a6bc5190460d3d45b63119757ba96955410a39ca663cadd44c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ed2cdb7ba742903a8ee73a8ead3199ed8584ab3a0b36ec8e4af52e585760e95e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:37faa502e641a7c1701c244c99280969fed5f053013231f2ffabe4ba788946cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:759e0772011add4f121b9303ca004e02241b13780bb50b089bcd3fd6c9617abc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:82ffd64099d45c1b164e6a6141d11f11cf8c1a18c34cbb5270371c00c012e7a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d743e89fe1dd06677a0257d4a499e993be017c50287287ec702abab8b027325_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b1dfbbf32457800ad78a365c661ce745e2e21080730c15c2747db437b9d4298_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:63265a459797bc7644a86956881984de49b8012a21ebf123d92c39f98a9a42f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c9f3e057d3ebc1f95c3e8c53e170882f29eb507195b6fafca08be493cd53bb5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dfde6d911f090501798d22473996231ace24e32cfa66cbe12107b5ebc319f931_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:00c1b1422ebd2366b5caec845cee5fb3f17ccf57ca79e56bdb96a43fb781b4ee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:93a4aa56c55d53a799c2969c73ace082d56bff68d1d566b9315c1b6d16fd4086_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b53ed7138bf9672a148c43b1a3fb8e2ef3e9c20aed2044f8ba2e5eff21f47f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f5964e49d3cf1a130b509814f86807f292a10a17a2b774ad2ddf6288e5b2ed31_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7bfeb3219780eaf0bfee07a4dfc966d5ec898d751234996cba1c4d2e30e75110_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:979a481d139690faa765ced70a38f7931cc729d02c13cf36ceba23104e7d3a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9b5d5481676bdeab8cae468e81032f321ed998ab70400ad8e3a0a48128b7f39d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dd708be5d8f7d19f876883212541cfd2eaf2fc290006540ee2ccf67d1d994387_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0045a19bf5fd3c4d844e469dbc622dde4b4fd751129d9e701aee2a10cf64d7f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:27014f3f51abc231203973d4dea554fed05907c75ab7ca768aec9624609f6146_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:35cb65908ffb3d20570889f481e47fdb8bdce39d79de54f21d0ac21c356b7382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4e20d19bdcbd7e715cd63aff177aa5d5e266f8941e2e7fa5af159dc7ca0bcc68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:44b41ca7dd12a6ef64d3ff2036919ccc208e1547eb1141d5df18a37b5a8eb44a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6473672bb0c4591aaa3f8379c52339c2932040c9584183cd6dc7abbe282573db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:839f4ec90221e907f6f35a03391deab49957569fb564bd355cd739e77d708e94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b65de062bb2f0a9325b589d12113d7e60d34817454b8ac8d9469c29f75212383_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:339d5a428279f2bf68d0df6057417aaa4002a94b0a6955e7f43645ef81950574_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3908556e422fd24732cf706070d900dc5a9ea038c1a6cd571117526d7ad20f97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b013fc584003c53f7c2f5c7298077036faff80c2c71ef4348c7faeb0f99631bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:eb8da209e312aa7d09fccd25928e9a18bb21d4f259a997520261b1ca8d7cfc8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:186c7dcec7e71c504ce8856bc022702956c7fd38000deaf55aa381310fce9a9b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9f735b78281ee82a9b8431c4be57fc798a535b5fd655038fe6546833963f2f10_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a5849b7267ac53d2a5f9a4ea7d9774cf235e4af3243b64237117c40807f156a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cfa11012b1eaf20793db4a2d64df92e088424ce62c6acb886a270bc85f61554f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2387b699b16f9839cc8ce0099a5b19582e6e25ac1d0382e1b7183ab1f538419e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:24a6a5ef0260401319aef2ca783538552e00f3ba1285eea2489e85ea943ddc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8bef1e12dabf1c4162d93de07cf10d189f87bad460d6360a90151f91dd8e0734_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c2a69838efdd77b801dda47377821eb41b04e9b66123abcf03a2c83c036009c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a952efbbbb8c80ba83bd680d6f227830d52355d2c7116069da92c639b0b7cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:963899a48cc78ef97c3bc229d336d3586346dadc0874b3ba3f2812871d0b5811_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a2f6f3f2fbfdad4acf5eb7fcd9b648d361d05a3e446274c8f0a497d4c38fc1ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc6709b6cbf94cabb767833ce5a0cf5c9e77c1dbec6c2cae64755b47c886b12c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:20268448bf93560b4de0cfc33bb281abdaa45aaa833ba309db7ce7dbd08e1087_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f4d026238b470a7a8d5c5bf2013f692348baca6096f384bf0661541fd138270_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f65a92e79b37b75a08a3b081b59ddd3bc2025321b7e7214d36f8d4d5183d8ca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:fe3d0a021ca42e176c13737d461a23e75b46647543f175341501cebf5eced168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:123ef14d4854e3099b5617090924f596b97018016f4369333137e147135bd42c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:15e33cf323f58ce4028596ad3a8756782caa9b714fc0944e174ea11c6453b584_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:370a25bcd2b9993b754a0e44a8eddd392ffa100d87f3e0a373b47e165636c414_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7e05002474a724a1a51f7830947bb9c28e6987854476f6321690a3c3e95d0c95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:60abba88a32ce9515ddf027e2f7aa40da6c58d4e924fc0d8063714342bbf3979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e2f6a221a2f5818aa8682fc83b528372a9a9c7b370e878bc60450e613185b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2486a61e93c2b44c128f9efdfa36a988950494c73a515ddb7397ba9178bdb91_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c7b19cbeb6009fd914eb1cbc660fe62a6825e3675b698891c4fd9483f73033f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b536f780d7d8c34ab5ccfa513fac3bf8385175121d411adb4ec9c16b55b9068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0b90a2cc6b1ecae27a8dbc07768bc444a110fe2cd3879a7d4c08e1d352d60c8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f9059a5fc12fcb496be6b2a83fe40b58b7c59f7e310bca839f09aac7f8856b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e29820eee72a9d7f23f3abf6ce8c87238c8433483077642f9feaecd54a197306_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0a8ebc84601eb95c750d634840c7680e0cfa88c165ce90fdd97af18982dac764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a3f25936f1b2d622a23a4804fdd85a31643997c0ba84b60370dee996943e0903_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b528815172ba6290813c2c0c05b6684a6a5cd09e6e838699771d78d751c571b2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ea7f63c3dde86679a697bd0ffb682f4b1a782ef660bd30b3cec4cd2c782ce286_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b7765b81d6a4c21a3d75d000823b65545131ae94c0b89aab873c44f3daef23cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca14254d3bc1efbf6aaced74257fa3233d167c5cf3a353feb075aa182ccf568a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6417c452fa26b9ce5ad5d6137b92661c8987aef6365f08fd70ec571c33c75af6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b403e18ee6c6071915cf5ee646155f6ea91a6b2a7ece3a1bdb271bf1110cc69f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5ac875e8dd0b006e27118c522ad805a01307582625972336a57acb7467dff6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ee5aad8e789cac982c1bd807ee7bc345d37ed3bd78cf6775efc360561c4d8660_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:37e5127799e03c0d6fefd652ebbda0b6e1009186de45a337b6327fd010332d8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81d886f2c7d87f23f7b29805b197bd71c451a2f372582b7c8ae2be7d188e93de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9962dc28a5a8fb8456de604a25a5b66ecaacceabffd23bc702d745b37793ef93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d8178f964649472b1a5d476bb4167700b62012214e25fb1fc3b93717d395b711_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3805c6071fdaf16f1919e427deb5e20047df24c325fe001780099501d63642b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5ae6aae5d46480f4a2edce79153e37b95f2ef151bbb133ff57d59de73e03d8b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8ed1fedae0b079ebed0e83d50ba6c9e68b16255ba3331158268e2e50afc51654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2577317321150877298a71157710356da53e100dc3c054c5744e75611070982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39b4b5bb032c146ca638bd664e078fb78bf9c3da2b709c1baca558cefd802938_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4183aa14744b7c04ef93a7a0e86f47237669f129286f1940444ac173d95a5f39_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4bd9c68512b551dc6c3786baa79914a464a2d23e94bd71da7f2ff85f6b5bed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cfaee741e3892535b07e42446f24fe18d569419c922f2cfeab4c16f501d58830_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5945f5bcd1abe6e55eed9482cb993089ca7d5afec3b548410aa0281430644e63_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5952867b0e88bc52d9a9b7f14a64a4ccca511b9317399eeb29cfe1c47dc9c2b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b3f7af9e8d0a8e97fd0cd324f6bd8d4397e4febf02eab7140246fb0bb100f7ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:da2dd37d93154bf0f216709b7794bd5b12f8e6c33314dea311cadceddfcb0a9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3fb444f4a26572a02c3f670dcc3bd18c9ba30cc9cffc6d8c65f89e4cac79f6aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ba364dbe315348072dd13e86d462d356323c258b9d2176317acdae741dd76cc7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf497837694672fabcfedd073e5f01f515f243285a5917de982c1bf1856cee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d12d3f6804352471f9f0d36eb77482a488cf6680bd3bf33769e5b35ef696edce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fcc5db34bcdfe36a3b8f2865cfb213999d92dc8ddfc78c75bde538b4bd867ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:79ccd9f2402516886b6a3048bd556c022b669ffe4e5eb390e4306457c1f10f91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a42d1518fbe7af59f745d0142770cc23abfaf8e233b24b5f8c8beaf0d0e8e14c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d96c1e1e7d950750f2a4fe04495144fa7f42ff32980a83dd36dbb1e3cd1c0ef1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:29c76b5ea506eb76335b591d92e2bbaeee00230e7c9652c4d11d5a6dc1057aba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c298617c3714654da0648b4383f68a0fb9f15f1c3d9e1dc70cb8163b3b0d254_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ff5a42cb0c134a5f7478b58e8ac8744a0de0a0fffe4ecf6e85bc8a503846eac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6073e6ce402f06c1beb0c9c0f8b0666de4266d4c062d45c7fecc43444dd1033e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:078bc5812cece9bf649128cf9d27f5996dc7ed0d5eb99b8997df8169d6805dd2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bb8c1a66265d4ec9d3f086080e5e2f201e76819ba2fe228c0b88b287ea3f7e82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c414f2edb1e8e66867bba36460c4f37b650045311f4560c1da819b2b7075e527_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c8985d54a23ad1688d0acdeb5b61f289fc0429b929ec6aa1ad609ecec1054e00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2ff691edfcf13cce392d6b6d42443adf2932a9cdd2d8c7d30dfea8f3815f1ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5c24dce0940a108c7b8bfddde1e62ba4add1c13a12bb49453eb25b214147138e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7c3fd4338783aea2589550f3dcd5d7de369c921418659cad85832f694ad5e7dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b942e2df4d751e6b8545e89d66197ade5121e0ee3909b6921078a7f2a191ee61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bcaef522b0000081208c3bfb5cbb32b30d2079ac70f5ef33bd2e6abb4d7e5284_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d82b8e9ef5d636cbfb82770d150df7463b0f4b064630e1cdd8b065ac9245ef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:da713c39821f6bc5acb79cd40b2a6e0008727bae637d0396616c7105a4df7ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:feb89ebc3b47e0b0a3c4d401ae9990c70377dd58ccb4f3c58dc0937c2ea9fdbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:59864608c0aabf1c1e03f202af596c28bbef74bbf5a7ecc4f5d968b65e49b206_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:65ee478f524d15e036da58c00f54bb6a347fa0d9fc33090bdc8283dfeacbe42d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:785bf08893cb1e16a24a6b4b47a5f80ece3af395a64387f36783d8b1960b9201_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88ee7e72c81f6e9e6627509bf484b32ae5a98bfaacd5e281d8fd116c4954c1df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:106bd9e6df24277dad21fba5b82cfc7b105d560807fdbb4a5879f6b64223fa9e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b27340ea45db5b8d0a6fa45995f5671e7ae86fc12750278b487b170bebb65340_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ddd8b8ea1288c8b8bbd2597e0785f6f8655d21ac782519ea65f5d2f730adde28_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fb73163e15484d9556bed0035918f3704573063e74dcce9f1ca4d74f20e6f141_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:30e4651304ad7bd51ae4538d1abf4bc7c84d96a592fc9bd51f1a67cb72a967b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8abf68f4a7d8ab0161a3c9e8f314cea2b732152d1887cd4551b7bbf0af0a2011_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b32c0419d6b6a25324726869e49e352ed2fb78e694e12cc8f5367e319f9d65b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2e4c83e0d2e2307ff8bddbce655a73ee684bf13f924fc07c1fba068624a035a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c9ff94a26580205b963f96a38710a203f8da20819b6ca003c63d0b75ac3a7bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:de0b4e499366b90263d407c7dd9b7751cbcc7322af4f24497d7d6c9acb31db35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:041790a9c2b8f2005bb54a6b85d6a0f405d2b5eceb90d3db33eebb8ac5588073_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:984501e26a0561f1e259a62106c9d1d86eef9c5b74482a24f9b3095482c4984d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ad3895eaabc8263beaffd6706befd9c7612d430f9dcbdb3cca8d374fbe56659b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:08938e1373a22128be2123ec584770ae9cc3375dfc9c44a40f3c698d440bad0c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:33ffa7b462d17f54e8027fcb42ea9f1d406ab0e4292e20c3974312b5be7bf526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cdce02289e6a2ce3214f036f38104a76aa896e2255085dd217aed0b98dc20cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0158ca13d2f264cfcbd6dc23ce9af9a9d3e99afd4559aed24fcd61d4b95eefe2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bd7f04309310d08c5e87dd59fc168adde7d1bac2c2961f10f91bba669e48b829_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d365065ee255949ff00d9d16c12f9eac2ef171f9197a32e04be21fb751d29068_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f68dcaea736ca518fbea1c3f43490a3e6dfe6ce0e61304d400e801df8d660a72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0b77d2ec10f2e0564ca8b072664c7a175783091207bd78fd11265149b62a924b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:394f9cdf6bee0ab93fce7c861dc745e8612e6878f302a6d7ec179faef3ee3b32_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4b7c9dce675433d89b20e95b8e6e5842f3bbad0bdfba86a3836254329f0b5db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fcb952dbb0f74077e3b5f79cbed5c56f273867d054de770b24089bd429e54936_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:217f945c3cce7e5d06b435e50cf8f787374fbafd6649801574d1d704872425b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3e44563f9b1c5d5f58082e7d3dbb2d330d9652c32e550be0b14c5d5869b2edd9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:692115317af4ef8c3e0fda823bcb1078e7bd97c6d87b9eb3138e5a44c76557c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ed3c64b60043668450831ed22f1400bf2151d7d0cb607fca81fdf2b74b27dd7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:079335c678b6373eba8077d5823cde3d1421ff78328f403a867b51a8ba6f53f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bf0f181c72fb8754a167d13bf2a161e7ef423b5196c883acb11248dc83098437_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c9c8c1e9b4440a5573e9a9fef378cd74674f6bdf3f65d1294bfb9345570b1453_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d9d6ede833313d044a45edf0f6b52bde8748be5e2a7b01f4c05b13681d6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2b52b7195054a80de31fb7d197d8a58c837496afe25653e3f1d37bb9dbd25340_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f77066fd11c0ebf6139b9326bab51d68dc15ef06f8205908ed664b9655054dc0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:98963455f36fac4671c2fb08f6bde7e658b49c004fe718d49b069554409cc725_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f5ceefcb327fd91b5b4507685bedbfe25e9095ce1c966fc9320512644272fe29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:77d620d6fa8c0fd4ffe78b7961eb9c9eca04fccc6bab0b573a44b038ce2c41e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c787c9d0cc361ec2a0a4b2632fa6908a6851e00b6eabb8455d43e39752ad6690_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3c51dd390b778d0341c9d1b00b76bce25907093cf92c173572c91058b999ed8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:45a6b6883893f2698ab88cfc21d40fceb6d6a7632d02105b388274a1c2c9dcfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5752cb43e5fc111864dd44c35a139b315ac1220f87267e06be1a416657d35f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5318868ac3e4fc6d6176e86abddb43e1a0287dc6ed76aba5eb4ceb16830ff7e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:87eb1313bdd38d9f26d33b7f00b347d0ea80deedfb4fc1d9f36545ee99b83197_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4d1c2cdb24008bcfc568445293c73ff405d35d1b7e47d6f2a3533363e364481e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7a4e736bf6a636f17b4d707fc0d5c1f5ad777fb579b61d55f61dea025003fd4b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3cd747e04fd564da366cb6c89c2663c326e6779bc7b3a83774fb648d5ac296ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67c47525bceeb9fef45da69b21c0226f01a5f3a746855960d2f9540c0e59dce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e78dd521065c8c24e29a1330c924fcf89661d4d27b09afd2167a2f9c4c73d45f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc1cfc817b97235ab1f2e2665c9f60966d6008a760429ceca89a4446f0f7a0db_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5278be7652b4f528ad5c12d3407588bf556750b57b347abc7532b8b08cdf7a00_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9d201279444452002a648854f8af817ffcc5574463f6ed37ae303d77f36018ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3ea97d89b1b170b7e27c93c5b2bca518ec33f430fff83dd357e13fc78e079ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:eacc16f81e010e756bb30b7823f90936ea19444c501d62525b2393f76f75617b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10a877ae8aa3c41f9d714a1fcff98ac71a6cba47f3b589b8bd679eb179b5ed15_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2929a7874fab1338a36d434a0401d6c559e0590ec588e728fb8a7b1db54e8d58_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5db7c061401ec7423711ef39d7bf05b0a17db7441162795bff868760258ee21e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f300b695c99ec4061cebc2acffe08fbd465aa9a8d1e2eb2a788a6f961c7ab3d7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3087050b20c08b890c5e972f85185eb576ccced8b99800558e0393741366cf96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ee95937760fb08c244783b3c595362a043bb900b1cc0103e2e38917dfe09c802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2c7540f02556ff57f850d391f765c1e96617affe37eff3b2409cd1e7419eb11e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb65e5a223a4ccd5728572879002d4280e383d2d68394afe9bf4552c802f684a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3d27e2c463eede647237c9eb1b5f320ca064accb83c82316325b25c3f74ffe79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:777657cbcc3351e42e9a4892eb39b6735574ddac75810e445eb6a0446d7167eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:184f1fdf4d70314ff8d78cb187509b95a4c10604c1892f5e5ab27f9a06bbc111_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d390d64ea32d52062e9a4d215ae25ad1574d82fec63d3de180291810733be6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b250f833737f16a94e4715d3b8666de8b0ba39b1bd370043c7185b6c04a2347_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:61d453bc878fbaa88d882127f99ab7688a8944cd4f271311cd2c38a9dedf5e0e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfd992fc8cfdcb46f8bec587331f02f7ac14e7a99e1123c22317bf97dc35d41f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dff35d34d602e9c21e7c54d9569812c7e435f56fc11a389752da2b97fea63e8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:10d4678ffb5a7292c5d64838c2cba42c765462def6fa3cd487057564e4e9e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:19ac7ec6a51dac45332a4b0f74f2aae0f4d193fe0343fce6e25510b68c0f94bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6a7fee29cbaaece513367b71ce2ce99e80c652da1da85f8c4f0fcb5a7a9e075c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a7c31f5535133aa24781f355090edcdb5f0456160d38dad8375122ced60c2cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4de700fcc008db61853fee31acdbc33f0ceef2eb17c0822dcc7bd4d997e12d1a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:779499d6dcc0acdf7f31c2ac59bd50e02568cdc35fce2869261d91cf5c8842a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c21d9364ba6baa567ec26381deeab3f414dcaf7d339c8827f4bffb5fea3444d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6dd9541ca448fe12af3991fa58d37afb74cdeb8b13beed7badccff1261d344b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13b761311bf0e0b7850abc9e7c931f31a3dff162c24b677739b75b4145b073d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:358c787afe53a25dc862d0e16db94a13da4ed9212d5e901840bd1512ee32930a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:75b87da45272618dae794db551c6eec06e548568d18b7e89ce9a4b5933712b02_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f96c43fb23ec9cee3383c94605e6acaee1966998e3be6b1c9746a3f19204fcab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a597ca295141c922cbf8f79b467d45a6522e1b975f1fab4067dec671a63e9c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c7a9cc924f4436c466f59d513270d285855b291296da27a40302d19ac2076d33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e98d47477fb5d049037741950cfce7d92e78819cf0a51aafde3b60388f139dd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:eeb5d0cff66ed959e2bb7c273fb6b7450cc84cd0a30a735e7289e8b755c06125_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0bcedf437c3eefe9599b0ed9deacc8bc0f19324574314f6fd531d1ffc31692ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2dd91fcd9e14be8598fb1906b2501841ece70845302ae9360c2106c420dd06ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2e9dbee7fe95e6f769b885888f9d4fcec61501560c7c3d0ebacd0aa899628a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60a0fd1f64dd85d046fdc1955920d204b2455f40bea63958a8d1d01d342accf7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4734f0c37d651db7dcfa7beb784be7e7ccc87ec6cd18f6b8f93da21981f81007_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cfc42611bac661aff68afc51403ab41de03f48bf837ceac33653ea698b6af5e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f39ac98b7f6798f39f6c1483f774945547066dc5ceb3d9a8d132ff472258f201_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fbcaf734cbf8d763d3c814645b496ae1fed7db12330abbbd6a68f3c696b26f6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a35dddd9feaf60ae5b4882af3db907246e542cdf0fae69f15c3b2ef4a43d7bc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e76f86a71ba44a67ea0ea16ce947fdb6c777b86fcbf77dfe6a2a1e9e0e292b0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:95693c10a061381fdb142d1974f3a09fbdd44889097392d695fc7e5826c68966_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b66eb1e842fe29cb644b9a5cff25ba391e8c217d927fa2e06b9837a69be256c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:020a7899eb8084bc64c95a4f11e64fbc2e68d0632e7ba209254686ee9a584541_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8c83239817bf0d5347940e72df5d6d3159503e8f367a9554cb88b4fdf2562b45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d000c9a49851c13ae220cfea2b77e194af68ab227fb272b2b15d1fadbc5aa0b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b7f152d07c2c294ed8a0b579e101d951c639e2226c2891322d35bfb26ddf47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:232b39677e967ceba399eff9c5179651e109cffecff73eb101969ab5cc186f52_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:56ad1ba3f41393dae1aa2e0d52e076e7f74531197eb019e69b00bdf386bd23a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f0eccb447377992dd6cb4b8e0dada39838a7f32e74c382c53490b66a7eed05a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:21189822b89ad22f8c9f6377a3d92f44850948539ae916cb00edd018ca77a851_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:91878672864d1871259d649504a5952058000d34262712e60b3e459b8b2e34bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b6de1c0616ab54f9e8a54b886c2eeca888f17e768886c0c777c5e51e1da39387_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c37516d5646c68aafcdd5aaf71daec1c3ae5c0c1592a9c6b7a1032f34ff7dc0d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:534b69622b57d2697163eb5fa76cd7a63acc35a028d970dfa0a011049ef7a99e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:68e419eea95ab8862906a9631c057bcd3de5b30cf09481fefaeaf2fc2e96b1bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b4a9db3bce90236e775bc0cd574a31c802d69ebafb389f3d51d08a638463d17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f94b6d1428f4e6f9a0e3d5fb4862d56d1c1b1ab28c35a10a5905ee62fcb199a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3db7e4e83c2c03081bf36448627ed8991e2d3ef8c754d5333a15cd85f37ccd61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492f683c2d23e1c76e52ebd802eb12936df8db1621b3cadd723d2666077f8ceb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7bf6f525865d3ae135df3148c3f186c7701a372d83b663be41a80301bb55a6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fbcdf0582826a44c9cf5f59ff3c0f7e1fa2eaf4702f620387a65de4a7b90a91b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:43600a911de6377f242e9ba9cf0d90a1f3c745f6d442ac5127bf0e66cfd48610_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f1ab35293192c0cf491eab5902cba6d4293fa26586606250bf025376a4602b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8fc22dad18e931eb8569e6ffd0a7ec0807b6643ab82981f696b560fa0add95d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e308139213da8d8362cf86e9293498eb50d74a0033aa897b65be29710f6dbe11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7374c38977ca8c0c5b536c2095b82bedcbeeacb9ed3674ff8434ac94c16b017c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c1b58987680bcf9d78170bead0d4a63280d47a158885f62ca50f1ff3d3c25bd2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc0b49add8f5cdceac76d3fd571ba180fca2e9849e49414aceebd5b8270a9e45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1fbc71cb67038698884b2296b26837ac8826854c36f64b746dc75fc72a4b0d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214d8fb422bddf8bc73cded7ce4bb3c384a20509a8bb3515fa4561f985f4edee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43f9b32a0537b12e66ed787f6c6eb70e5e9628284f12d89ccf89118dc4602f1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ba93a37a8f7df6ac7f6b479fa477cc7f4074e495be177a3e6c236504d5d08d83_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d73bb78d56f4c3caa0fb0f58209073cdf5e261ccf6bc3f2f908e1ed5ea0b461b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0882c01ac4fcc81ab5df9c9dcc5abdf3ec2335fe36e63da9d08a14797e0804ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:43ee3c8ea8ec9dd8d7c8d6eae67a29d5f2212c540de654acdd4d47b7d4509d22_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6955cceeece6f7861723bbfe8c648ed71a53bd7020338409e77066a1501f8182_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6fe09e84ccb631737222ed55357d547c925b4ea58b0124be599e2a2f549f65c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:46cfa26f3b7b7838c9232e1d28631326c7ac82fa94ba72bd1697ecc0af62a3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:640d6a54c7f5adc909ad0765d800e0edd3111e9baef81a4113554d7212f4a811_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b87a87ded4318b2cc6f2e180891ce8eb669f8b4d505dbbf263299fe04652115e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d4160d787af700148db6f710ecd5fdb95d24b2b66d83284e38e5086661720f1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1a746faf9087bf497b21c0fdf8ffdf7c0b84e2b51736a7da8f4a72ed43749351_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7e74cd31b7d7961b0aa3316f7067dec88e5ba046bf8bbb503577782ef45b2e7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9401c702d5be0c14aee84770a5a8e055d4764de35828acb6e3dcafc0c6c0c87d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cd65461377b87cb035b8bc4cfde53e41a4030a830561685a6ca4dd80b3a49516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a2995d3e005bcdeb97122243050442ec4a90e103c4d620b11fbbbd67d5ebf412_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c26157a124ec4b9232b9fdb17aef14f76d957a5734e4df0f683e57fd3d9e8256_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c86b2377858580e6672d2cf07e1412d509632bba608dfa3502bf9dfb9f86b37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d968c1e0278af81abc795a6d0649daf0a16e0cdb055b82cd8d26390791386def_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08e949328b31efdee18a3e5fc8ee1c31bab6f4b18a8871368198382dc811efa3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:96ec3f303001c39a2d6760cb0f83056c8ba698bf759dc84c9fe394b1ac162a91_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bd3df5f715182d8afdda8a25457ef6527a9cbcdc96882563eec0f64daa0b1562_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d4daf95fbe98207ac192792a459889ffed74b6e0b9601dd5bc406564742c2c59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3f76538f6efd2278a5eeda20b2266b4da0a58823600c0c965fcaec76c6bfc08c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:432baef0dfdfb7df0827297fd0e4c7a19f6bbe09cfaa32374d0a7d4051286828_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:64b9829e42d25d18d2766f1557104c21b778a9c3360370bab537e901e8be0f84_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7a60594302efa7b42ef576ccf5b1f02389fbdda0aef2deab225bc33eb3b2ce21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1893c7cf03e37143f915552e28e7a29aef77bb7ee1f6dcc7a0cc6135c7c2995f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:29aaea76c71cbbc9b1e64b09e5d66dddcf22cd14a0a1c5f19024657384d1f031_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:99a6950bcf5f4889ec187ab29f5aa0a9ced3f9e63230f67c533621a4b0d32b46_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d82909e151a792db361a0784373829b646c816174827bfc2c4df45a5af1611b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5abf8afbca95942a84f421533f6ec6a69cdba2d1b3fb6eba91fa14731644357a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:714a445a5f848d2ef3409abda7b795163f6c2d53612825a91892ff67ae8aa4c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9b148190c1e0b436b5849c52aad8064f8222e1c814536d33bed0f33d1ef11dcf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e206bee5daed94b2a3483c23bddbfd2e79dccb034f901cd2fe4513f6ef1b0ade_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6e0c67a7a61f8c7996b35d1ffa572b22e6c2acd66a74fe60f961b534b1d17bdc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2f512b69a1ede10aa56ce20ce5fff5e6a8442394ad2d90203da7c74e347b3937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:28122141a28a12f6223c446c035fabf52ed0bbbf088148f311f278f1d0aaf771_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9128fa7e323df636cadfb86dc26a62d01c5866b8a6a700e1de76532dc3549a7e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9c55f68f3804600ba1f1b846198a58957e57e61d38c7019d0b2a75777c73d15a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4c9eb5e0ca32b213e8f468f98e383bc05947041422b323ca49e918791841e82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:15032d144fd2f0d3cddd28b3668644893d2adfe0d018dc5849d8b8ef19d283ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4fff189de69ba0441aa44bd395553d47b6c6b1466feca090379a354c87257a2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cd1d5a103a57e189527e314b25d558a3ecde2dae66c911f4eaf71ab3cb04c979_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f3a9090c56fafc1884dd5d3e741281dbf1dd2010bfda2e2dd18bc479f8c040cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:78322aebb7de7a09984acc9781467a97bae727b8d4589d352b9091b8340d4eea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4a723f83d8240d9de5dbf4a771d2862b248ec84bdf28eaf4d4ce15de592ccfd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e26e7580389888a954d437874250ddd505a4b8f2802bd60e7b3792c3130f4e10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f2e23fdd70d1baf762853ff76848b15e97bec1f8e45d68e44ce070489d03877b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2919841011dae4277abecda67b31dd16b2f6c71c00d9d936aa1b27aa84a0261b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8cbc4e5201da224c7593b3172df2050416c276bcfa01f6b48e5f23bc683b7c52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:950c72595f4efae14f58184264c48777aa92f47953cee25adfbe55ee0ab2558b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a6659e3cb7ec2d3626d1c8a60b3d219ed5ecaa3dcb3c629197ffff665e740366_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2aa3fb50c43a220a1b05c58b2bb6ca663d615755cce23c029a99e44e90d9aeea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4004b7bd51e26f7858f843e2fab4a27cb8e2c79e0abb7e054c18a978426d7427_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a850711730a4b3392b6f89f827e1bd8ed46fc9dd469fae1850f3e453fcb00bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e63d6af76f4a62db2ec5ba7c9d508c5c228f61ac4eb0edd503be32e5ed0b5709_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5f2d6f82d6aed254884a8498763405bc28d3c178f71eab736dd2e0e04fcb8575_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ca4efb5e20014d958894cd181dd5319f9095c48c92146cf564be61442a36f41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4d6a5c651fbd65365997dcab29f27a2599b46cfdd1e6fbb34dc2ab43fd20fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e0ecf18402d7f67f14cba4575c65d1c613b59e289e19d12bd47baa4a790d236b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:009fe96005235b1513e07848a08d4031e212a8831591cd1b9b07cf4155a83aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a037173d5607f7bae3bcb725f4ffc26617ce0d5ecb48a99cacd3066803e3918_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:74086224ad81bff7197b58f09fd11bc670b47db0a375601a917e1245e01f6061_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:769ce06cc0ef3e0f888857054f0b675a1a81c986cf73c43ba7134f0ba375b983_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:34a453e683cf5f43dcf25424af42f5e91e3f7aa8bb43e3d1a8f91e956827f788_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:656ab8b04788ea7ef63470df7371d98101d7654b0826ba385ab70e0a603c56f9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d51113d0601f78b359d2d9826e3417edd68b70f95be26da8e973c1a3eed65360_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f53d7ace16ad1e984f86f8bf26ccae32de4aa445da40788f6609a0347b5f30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4704162830f7046b0cc0cf6a119bf0b1bb6319c2c76b813bdd34d9388c1dad55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:756951de4d8fe482940cf8b6c91159fc2732a56a8b59efe93346d8485b906245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8e02d8ae420d7bc6ba4d2c3877f4db3fe39c2044c28698d49d915a0138d3360a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995509cd925cda7587674ecf6542f4c1c9c3bd97a2acaf9f1d01567cf3cc4327_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1195d34c4e6b2695766afbbfc27aab7e3ff1247d398c4534abfb6bd4048bd777_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9507221f57f72125079ae507d637f852524d70caddc07a51a68dc9753cd14f49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9cdcd65c279984c89202884845e4acd956cbde3c3a882ccd8c79b573a09c26ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec38820f6a85e02b4f3337be6297549cff3ed314330c3800a0f3162173ea928f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d98420becacf84cf145ff0601cf00266230dffb51699c2ec35ac3f89456f735_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8fa3b8c584819e61e541b68f3d8b541de898ad3948794e73fe4ec23ba3c76cb0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e364d90bc543fce05dc9597b4ff4624049b9102395f9f6950b8c37e95b0906e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e9c39ea2aa7d2008b116e18d724c1f18aa8eb2f65c11ac04526c27f5a0510180_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a61cedb50e9878015403de9db3adbd9c950dc302771505d653e32d6b76ad6328_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bf969a2796c01a6bec3dc9e185ffa22ee21887cec351ad0597fe2a7475919793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c587eb4799a17cfec56f218c305ff0a66087dfe8636a377401b0c21cfefb4d5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fb194a3f3148cb3b8179e4fd8e433f2b56edb06cae35d4c59d52bd5514cd4609_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:374a05f0b375088c8aeefdff0a8b7f5fe7c88088a908a16d929cb95875ac22e6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5b0a707a68dc9d5939a37d813f6efda2f839b242c11c89ea82d0413e1944f9c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8969571571436397bb0b5d653622fa95990d508f92a020aef27c1401f0b61c71_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c13dcd1a0482d50db09a8783a0ffa27ea0cfe58154169c65a20aa41062d932b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2be0e992afcc743967471d90e4144ab0f5534561d316641e412f06994134e980_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7a090a082e968c8f4fa3c6b1a7a263fd14a112d0db1c1123cb1ace1e36bcbb89_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:944d413e70965f34a6f9129560bb144e7777274bac5711d7df8ebcbce2125535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a4bd9a15c18f741833328e288ac6c6125805cfecacfdad49dfff9c5bdc576e13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1ee2e755e4310cf01d61bca026bc8b40ed43e4850e830c63232c6abc0a4712c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:abb9df0959afc5a9713044b849c14f41961995ceb98beda1c3f3bb9475dd4065_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d407bde1c6749965a5253d9308085e8d23ac9a7f1d75844b228de60241004fff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff435f2df12e0ecc56052a64c854c6e2390b18a360063fe692321aff973cfd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2151a8ccfdf523cb07501e46deea088840080ec1f8b48071445a2d8251be8944_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ace46dd094d6c073bd8ec6010d6d7aad12e2f64aa88a8a6fc2ef9ddc6cf6c38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a2c65cd4830781da59352acbf3593301f93cf2c28eef53c392768bb7d68c7018_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d456cd94a33bccacf2e75649c628169d398df9d668e768c1edc8cd34d5c34086_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:63b079b0161aeed28296dacceeb7a426a509b7b7aa83c45690591302a17fd39a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:86bed831a300f631823f071bdba8e9604dd0c1eb36ec72e7cf79468c52553068_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:993e51af972d3f794910408f1c21dd24588982321ad910c1fdd952c6aad4f69f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc71f0edf0de3a85490093a1d80b1374cf31c234b3d06ffd404166bdd7ac9f32_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6b57460621e7b92fc3b8d98d9fccfa8aa0e42a378165542ad9ffe2d02dc13259_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9ab55804059abf042fda6bf4e117ef1a4d1251411415730b11cbb331e0bfc74c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ba1cade962463e019a8d7e5e962f37cdaf221669cff9b83482b641d90282c675_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e06c0a9c358ea39e29fe3f851fca1a354bb36248d713f0f82a349a9a52ca003b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23f81b597b1787f0cf7a77fd7583e4eb19a793041da1e79828e3ce35de65e282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a7614837fc0db0a83a15fb473048e60ee35fc595a6c52b131a4009e75722df2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:91dc5f17b389545f36272790f525820048ae7fd7fc46a3dbc2bfd04338b8c789_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dbf8dbdebfba7a71b625c7e9c9645b906643542a624c655ffa154c04d11113d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7898a46731d6eddac180cefe50be54f5b2b06fe5172a912ee03675a5de7fca84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c084038095b1c34d6aea8fa0d609ba79b5abf16d73bb0fcbd717503e85ce69cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a69a18c546280f3f81ffc0c11cc484d3bab01a443cadfc5f5d84ba64c6da3bed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:eca82aa44eeee3bbe84e985989a24c388ef64d12a3e7c5bc117435367c74c1e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:590ab3cf64b834d83ab917ec8aa48ad3f76fc97e9222750d65ab7d04861e068f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a187dba526cd9028d8a60bd5d1426829fe22bec218deac9dd55e61d82ee44d76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8a9fe559a6acc370aac8633c3f7f28fc26e39267e81316ffece373b35b124b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b8e90e8d3a4a273d653a734d9a394d1ee49c0ab057d346080adb18f735c35c6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:477dd26c9fb6cfa9496df04875e2593831218ccb2a795cfe27de796a2c5632ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f35813d8504271309ea692650ae457cc2b94d5b6c8f75c1212e9168704ad5d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb195b38bffa8bd3f682d5cdf8e7c9f59ff264833a09400d5b3357a36bb7cc4b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d07e6ed42d1509fe76ef770ef4f3e856a9975ad383f7884233d5bcb266760263_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:28b24b0566708fee4b9b9b00f1574fbec7a8d8c19ebfaf522496c0f5df65f4e7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:35e2bded777756b11ce020418239f57c302be3769eb0288f705ecd8ac82ee6d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5127b9ea1cdb37dc8b119d26dbf22130534d3a5486283342b05abce2e576878a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5a5c4db37ae000b0bf6dad0a604afd6285cedc4b5b6e329b98a5825b1d9e2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0fd361f2789a6e89e591d01be9188465503ffaaa1b71fab9379d87d65c2eef2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:166b5b3cbd881f5dbc58fa54c21dc3917ae225aca7989bee5dc601b0e89bf8c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:488d3366197d7f02ab4b33ab7784c6fe9993281f0f8c654c664d830ae0505b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5be3ccd801437a3cb5362026ac63c5260515f02ef39c1fc28644d605521b4d11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:266d0b72dc5b7ac09240ffa10a9d4a176da409d8ceb38b321e14243b6a2fe701_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2a014b2b94d4fc10a0e47f38b4949fb0c758e6b070479079cfbb1f91a49d9d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3e630b8feedadbed28f5bd51baf73d16b8b1ea7c8e57cb4273e07be13b8a7391_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:849c1714aaa0d82ed4395eb45a95eda36154255bf2562ff8ce3622b8edc64e9f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ef17ece842b44ae324d2e3030876755f4bb6b83a1aec861814ce0733a881898_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8f9c122f8c812803b3dfac25797f72a2687faf01033b36f43dbc0931c8d18c40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cf49bd095e7692296136b5118d358b58df50e8dab7dcaab3b13b7d9d17dd6d0f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f7e2316981d8a9e867128501b3cefc4d9c90019ccf9ae7f511fc30115ee9bb3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e4faa3b85b1c9c01a7d39aa70428df4f9cff64c8130505dbf53c611f4e8674c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:618dc11286c81fafb13e193a5ac4f3ef57612a7c62e4b07ccf77350717242ef5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7f6ae4dd857c23965331a23c09428622d030a3885c5bceda008f9eecfe50b3ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:aee822a65d9a90ebad4a306140c4e7265156a7884e2d7356ff6d2c65ea4dfa52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28cc9a63056a4728ab98d7bff09fee4901e3bbff589ef51bc98e1ebc60bb05bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d34e9c2d8b9719929976ee330e731a7524e3e79ade1f07c476daf37b59918e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:48a23889b7e97581df4fe7c7115159054dcb9f2a9e3cb12de196c91b16bcdca6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ff15c979e7b820cfc4acc91ce7fdd25e033adf74ba73e819f4cd1f8a838bd7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13dc9690cfe2ec845787423dee85988904d918bf8bba32ecd4b1581d696b5c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:16f5113f33257dab152668e9b16beafa85763823c5927f6906254940a5a678ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6aeb7cacc78dbde35b801a1d36f36f6e2c3cff8c6ae1066a93b200ad9c6ada24_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f4e2c1fea3511e1e889a377999bbed379bb0dea01d2c42c4f7801f5569485a39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:01b92993c19bb41b52131664dbe3f60926efe9f0d10e01c40b270b51c8d10157_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:15556f1d881766af4bc28b32f65c0c80449bbb3435a95a242eb7c950fcd7fb38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bae12e58e794308be61687192be25f5a0cc5ac2044a74d6a72a848a0951ad0b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d3c19c82f1e5be31e495e183e8eec6d8a6925a48c2a69c0e3620ed7208406ab8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2e5e91626875f2c9bc29f2f616c63b5accbfcaeaa27891d81565324a553df3a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:699eed89a9bd153ddfe13278d445d111108521bb9d28bd38a20fb0c69e43afa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:921353ec5ab7f4802b318b7fd834b87cb9c004a364c229e64426d2b0bb233d71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a8d9280fe8efac0960a153d560ecf2d247c81cf59434d539c52688c1ccf11025_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7aadc67817da8f7e0cece81b63b0e02e6a37bedc3bcd3ceab426a00724e15a76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9de035ff77501dd42aaae62450f7b79cebbb3ac180318bec7224151794099df6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:be6162a2f20211dc335e39a613f3582c6ac544720569b674f7c40c392b44ddfc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f933d05f9b43dbe84c51af79c3414675f421526c44764a0773be23db00e62d24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:13b8dee627a6e0ee51978c78097d5969317248c338743fe437a3627f6f51d9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab525d80f07635ab3b6d773370d9a7d9f9621a1779704bb49bea055ef12c2ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83b1dab2b8a620749ae82ba21f3f594bc768b1bb853fb1808f8a635aa6cc7c3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:954990fe59f99ee148d6060b283949c845b8a7bade1c0c7a59fbc244cd458ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4c7c66635a19356339490022196c05e6d96b15e0c1c631b6b3a847ee18edca67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:0a06b77a87a419599cf6b338729cf91deca70f4dc01b1ecae89483cc0a2aba81_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bccf7a53b3746f08d3bff46cd41f41a362406d064fb200ae13f872937df238be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:dbd3ded953c636d4cbc5f0729c0d3abad4128d73d46a9430b7be780c2dd39f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:cd91021ce30bfc37aab8746c92e7a0b49c195927f1cee2996665199b6fbe69b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:434d1c609156c9df1ab59be624c30098df84469b7461bc0b7bef0c570a6acba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:06f026f7bd706f2e0d777bec9ede9352bf4bff5cdacd195f25e76d0ceb46debf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1e3bfa3d8cf79540dad485e3c1e3e3ad25899e6eeab2180d0bcf8ab7b7a56498_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7be361b02f34c1e8e412dba2a25907df302cda68a5df1fd586690893825ffd38_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ea4865e00eac0e014772048ea95d312cadb73e0404b1092c2eef66d612d1e3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0770d565c4f563ff80867046f6e1cbb43c0ab42d74e4694cf1ffb90ff00423e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5da423e4e98dc6a0162ec19126026b2b1b3ddb8a0ffc29e579a5a3b074427f3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c683a3ff31c0ad0d2e32f41d76950143b26f4fb91f565ff60e060b3c959f6adf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:e4cee44d70ec583e11a1c65433f32840799073f997814b5f54ca6efac5853e88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:1368545acd2bbb901d12cc3c283222aeb880e6cbbe5f515aa9865604cb4707e9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:15623d9ec3bdc9bc5aa4891c636626832fe1cb256776f538caf825cf2e557399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:b4e3e7e0bbdbcf50b624ed967327122c624d02d3d7d8e1cd7bd6691f3e20c1c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e4441ab40367ad4c279f132552a9d95c97a5afc04eb41978783b8b8b6eca1a6c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0246
Vulnerability from csaf_redhat - Published: 2026-01-07 14:46 - Updated: 2026-01-22 22:39Notes
{
"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 grafana is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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-2026:0246",
"url": "https://access.redhat.com/errata/RHSA-2026:0246"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0246.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-01-22T22:39:57+00:00",
"generator": {
"date": "2026-01-22T22:39:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0246",
"initial_release_date": "2026-01-07T14:46:41+00:00",
"revision_history": [
{
"date": "2026-01-07T14:46:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-07T14:46:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:39:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.5.11-8.el8_6.src",
"product": {
"name": "grafana-0:7.5.11-8.el8_6.src",
"product_id": "grafana-0:7.5.11-8.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.5.11-8.el8_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.5.11-8.el8_6.x86_64",
"product": {
"name": "grafana-0:7.5.11-8.el8_6.x86_64",
"product_id": "grafana-0:7.5.11-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.5.11-8.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"product": {
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"product_id": "grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@7.5.11-8.el8_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.5.11-8.el8_6.aarch64",
"product": {
"name": "grafana-0:7.5.11-8.el8_6.aarch64",
"product_id": "grafana-0:7.5.11-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.5.11-8.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.aarch64",
"product": {
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.aarch64",
"product_id": "grafana-debuginfo-0:7.5.11-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@7.5.11-8.el8_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.5.11-8.el8_6.ppc64le",
"product": {
"name": "grafana-0:7.5.11-8.el8_6.ppc64le",
"product_id": "grafana-0:7.5.11-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.5.11-8.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.ppc64le",
"product": {
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.ppc64le",
"product_id": "grafana-debuginfo-0:7.5.11-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@7.5.11-8.el8_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.5.11-8.el8_6.s390x",
"product": {
"name": "grafana-0:7.5.11-8.el8_6.s390x",
"product_id": "grafana-0:7.5.11-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.5.11-8.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.s390x",
"product": {
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.s390x",
"product_id": "grafana-debuginfo-0:7.5.11-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@7.5.11-8.el8_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-8.el8_6.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:grafana-0:7.5.11-8.el8_6.src"
},
"product_reference": "grafana-0:7.5.11-8.el8_6.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-8.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:grafana-0:7.5.11-8.el8_6.x86_64"
},
"product_reference": "grafana-0:7.5.11-8.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64"
},
"product_reference": "grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-8.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.aarch64"
},
"product_reference": "grafana-0:7.5.11-8.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-8.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.ppc64le"
},
"product_reference": "grafana-0:7.5.11-8.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-8.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.s390x"
},
"product_reference": "grafana-0:7.5.11-8.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-8.el8_6.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.src"
},
"product_reference": "grafana-0:7.5.11-8.el8_6.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-8.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.x86_64"
},
"product_reference": "grafana-0:7.5.11-8.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.aarch64"
},
"product_reference": "grafana-debuginfo-0:7.5.11-8.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.ppc64le"
},
"product_reference": "grafana-debuginfo-0:7.5.11-8.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.s390x"
},
"product_reference": "grafana-debuginfo-0:7.5.11-8.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64"
},
"product_reference": "grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-8.el8_6.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:grafana-0:7.5.11-8.el8_6.src"
},
"product_reference": "grafana-0:7.5.11-8.el8_6.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-8.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:grafana-0:7.5.11-8.el8_6.x86_64"
},
"product_reference": "grafana-0:7.5.11-8.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.5.11-8.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64"
},
"product_reference": "grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:grafana-0:7.5.11-8.el8_6.src",
"AppStream-8.6.0.Z.AUS:grafana-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.src",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:grafana-0:7.5.11-8.el8_6.src",
"AppStream-8.6.0.Z.TUS:grafana-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-07T14:46:41+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-8.6.0.Z.AUS:grafana-0:7.5.11-8.el8_6.src",
"AppStream-8.6.0.Z.AUS:grafana-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.src",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:grafana-0:7.5.11-8.el8_6.src",
"AppStream-8.6.0.Z.TUS:grafana-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0246"
},
{
"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": [
"AppStream-8.6.0.Z.AUS:grafana-0:7.5.11-8.el8_6.src",
"AppStream-8.6.0.Z.AUS:grafana-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.src",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:grafana-0:7.5.11-8.el8_6.src",
"AppStream-8.6.0.Z.TUS:grafana-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:grafana-0:7.5.11-8.el8_6.src",
"AppStream-8.6.0.Z.AUS:grafana-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.src",
"AppStream-8.6.0.Z.E4S:grafana-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:grafana-0:7.5.11-8.el8_6.src",
"AppStream-8.6.0.Z.TUS:grafana-0:7.5.11-8.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:grafana-debuginfo-0:7.5.11-8.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:21856
Vulnerability from csaf_redhat - Published: 2025-11-20 15:48 - Updated: 2026-01-22 22:38Notes
{
"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* os/exec: Unexpected paths returned from LookPath in os/exec (CVE-2025-47906)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:21856",
"url": "https://access.redhat.com/errata/RHSA-2025:21856"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21856.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:22+00:00",
"generator": {
"date": "2026-01-22T22:38:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:21856",
"initial_release_date": "2025-11-20T15:48:22+00:00",
"revision_history": [
{
"date": "2025-11-20T15:48:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-20T15:48:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:22+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-12.el9_4.aarch64",
"product": {
"name": "go-toolset-0:1.21.13-12.el9_4.aarch64",
"product_id": "go-toolset-0:1.21.13-12.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-12.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-12.el9_4.aarch64",
"product": {
"name": "golang-0:1.21.13-12.el9_4.aarch64",
"product_id": "golang-0:1.21.13-12.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-12.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-12.el9_4.aarch64",
"product": {
"name": "golang-bin-0:1.21.13-12.el9_4.aarch64",
"product_id": "golang-bin-0:1.21.13-12.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-12.el9_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-12.el9_4.ppc64le",
"product": {
"name": "go-toolset-0:1.21.13-12.el9_4.ppc64le",
"product_id": "go-toolset-0:1.21.13-12.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-12.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-12.el9_4.ppc64le",
"product": {
"name": "golang-0:1.21.13-12.el9_4.ppc64le",
"product_id": "golang-0:1.21.13-12.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-12.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-12.el9_4.ppc64le",
"product": {
"name": "golang-bin-0:1.21.13-12.el9_4.ppc64le",
"product_id": "golang-bin-0:1.21.13-12.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-12.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-12.el9_4.x86_64",
"product": {
"name": "go-toolset-0:1.21.13-12.el9_4.x86_64",
"product_id": "go-toolset-0:1.21.13-12.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-12.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-12.el9_4.x86_64",
"product": {
"name": "golang-0:1.21.13-12.el9_4.x86_64",
"product_id": "golang-0:1.21.13-12.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-12.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-12.el9_4.x86_64",
"product": {
"name": "golang-bin-0:1.21.13-12.el9_4.x86_64",
"product_id": "golang-bin-0:1.21.13-12.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-12.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-12.el9_4.s390x",
"product": {
"name": "go-toolset-0:1.21.13-12.el9_4.s390x",
"product_id": "go-toolset-0:1.21.13-12.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-12.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-12.el9_4.s390x",
"product": {
"name": "golang-0:1.21.13-12.el9_4.s390x",
"product_id": "golang-0:1.21.13-12.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-12.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-12.el9_4.s390x",
"product": {
"name": "golang-bin-0:1.21.13-12.el9_4.s390x",
"product_id": "golang-bin-0:1.21.13-12.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-12.el9_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.21.13-12.el9_4.src",
"product": {
"name": "golang-0:1.21.13-12.el9_4.src",
"product_id": "golang-0:1.21.13-12.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-12.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.21.13-12.el9_4.noarch",
"product": {
"name": "golang-docs-0:1.21.13-12.el9_4.noarch",
"product_id": "golang-docs-0:1.21.13-12.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.21.13-12.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.21.13-12.el9_4.noarch",
"product": {
"name": "golang-misc-0:1.21.13-12.el9_4.noarch",
"product_id": "golang-misc-0:1.21.13-12.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.21.13-12.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.21.13-12.el9_4.noarch",
"product": {
"name": "golang-src-0:1.21.13-12.el9_4.noarch",
"product_id": "golang-src-0:1.21.13-12.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.21.13-12.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.21.13-12.el9_4.noarch",
"product": {
"name": "golang-tests-0:1.21.13-12.el9_4.noarch",
"product_id": "golang-tests-0:1.21.13-12.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.21.13-12.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-12.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-12.el9_4.aarch64"
},
"product_reference": "go-toolset-0:1.21.13-12.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-12.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-12.el9_4.ppc64le"
},
"product_reference": "go-toolset-0:1.21.13-12.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-12.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-12.el9_4.s390x"
},
"product_reference": "go-toolset-0:1.21.13-12.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-12.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-12.el9_4.x86_64"
},
"product_reference": "go-toolset-0:1.21.13-12.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-12.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-12.el9_4.aarch64"
},
"product_reference": "golang-0:1.21.13-12.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-12.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-12.el9_4.ppc64le"
},
"product_reference": "golang-0:1.21.13-12.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-12.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-12.el9_4.s390x"
},
"product_reference": "golang-0:1.21.13-12.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-12.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-12.el9_4.src"
},
"product_reference": "golang-0:1.21.13-12.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-12.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-12.el9_4.x86_64"
},
"product_reference": "golang-0:1.21.13-12.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-12.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-12.el9_4.aarch64"
},
"product_reference": "golang-bin-0:1.21.13-12.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-12.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-12.el9_4.ppc64le"
},
"product_reference": "golang-bin-0:1.21.13-12.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-12.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-12.el9_4.s390x"
},
"product_reference": "golang-bin-0:1.21.13-12.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-12.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-12.el9_4.x86_64"
},
"product_reference": "golang-bin-0:1.21.13-12.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-12.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-12.el9_4.noarch"
},
"product_reference": "golang-docs-0:1.21.13-12.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-12.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-12.el9_4.noarch"
},
"product_reference": "golang-misc-0:1.21.13-12.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-12.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-12.el9_4.noarch"
},
"product_reference": "golang-src-0:1.21.13-12.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-12.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-12.el9_4.noarch"
},
"product_reference": "golang-tests-0:1.21.13-12.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"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-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-20T15:48:22+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-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21856"
},
{
"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": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-20T15:48:22+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-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21856"
},
{
"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": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23546
Vulnerability from csaf_redhat - Published: 2025-12-17 18:13 - Updated: 2026-01-22 22:38Notes
{
"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 Quay 3.16.0 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.16.0",
"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:23546",
"url": "https://access.redhat.com/errata/RHSA-2025:23546"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23546.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.16.0",
"tracking": {
"current_release_date": "2026-01-22T22:38:48+00:00",
"generator": {
"date": "2026-01-22T22:38:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23546",
"initial_release_date": "2025-12-17T18:13:48+00:00",
"revision_history": [
{
"date": "2025-12-17T18:13:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-17T18:13:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.16",
"product": {
"name": "Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3Ae052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3Adb477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Ade34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Abe0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3A08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3Ad57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Acdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Af889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3Ad728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Ade02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3A5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3Abbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3Aeb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3Adcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=v3.16.0-1765994726"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"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 Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T18:13:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23546"
},
{
"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 Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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 Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T18:13:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23546"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T18:13:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23546"
},
{
"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 Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "Axios is a promise based HTTP client for the browser and Node.js. When Axios starting in version 0.28.0 and prior to versions 0.30.2 and 1.12.0 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: \u0027stream\u0027`. Versions 0.30.2 and 1.12.0 contain a patch for the issue.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x"
]
},
"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-12-17T18:13:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23546"
},
{
"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 Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
}
],
"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 Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:08d535a391567411ba38c15fd4d53e55af621fa2abdc662e0713bd0388ea7720_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbb37b6ddcd2350aa6a78264a4005d8f4ce6bd5b31efb65e37242e5a684c22b6_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:d728d35dec3aff390e00fba6d5f08761adbaa4bffcf52df954268cdc474281b4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:78ff6bc0ebad4768ae769da8bd73d76532ca462ddd70c25680d3bb5b4f2b5fb3_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:571995466e750b28d543d6e04d19278c963595ecb2d2850472275126d136cab6_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:8637aee9cb3e669aa0cbff572978e7e7bb5cfde671b3c2d8e7a7485407e6e601_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:d57d4d362aa82f83de823e5f9eec5565055054eb0afac506e8d9fcde6f03a331_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cdc96c3ce869368e6ae8f9c18256d37c1b66c2727b3ebaf9ef87531ef5960aba_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de02e8db53f0d31c9989caf8fc80b682eeb0e91372401cd6d79193383639b116_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:de34cdb27b480568b80074de464eb165b63096731ab76053eab42c19fb5bee5b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:5f0df245dd2d0cdc6da5601305172300afe0dd706114b8c737b6a1517f931ff5_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:be0bdb1222bb39c6d0f2fffa18b13801e4be79b7ab1c3885d4ee2949145bf641_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f889c69f595ec55982ca2ff317afe3699c8b3203331e2dc9530b884b174ee5d6_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:e052fc307cfc1246983df50cd95970754d6cf955d0f9b56f8c384cd8f1c08be7_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5b476b56eb21b73f81e9771daa8541f053d823c3c309ed07ea39aa842f05f272_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:5bdf176960c38d00fa3ef96b6ff74d8ca5cfe390a072c43c82dba62dc3abd33a_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:db477fe4858ab95a04ae9d818a075dbe1bd28cc8777e2cbc5601c122fe8e3e78_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:65b333545b2608736c281cf1c0563218a2fe9a04964501339eb6c8f72727cf51_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:3441accc8e04edc08ae765c9af7a48025c1f6e24dff3addfa6646c46097c56fb_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7699512cf6825b25c5d62e13f5e4e681dda27953372c7b52be11d088e029908a_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:eb319de54729619699819d8d34990ca304b7665fe63108467eb77ac917c343cf_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:7049867fcd9228a58d92557eb1d69f3f0ca7479003c7773a16153cbbe64c3acb_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:908bd507b0591d591a21acc9a9a944190d8dbf3f70ed817f575a022dc18b6765_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:dcba4dc340a072bfa1453abadee34d1fe7e31e374f094c565f72161680b12dbc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
}
]
}
RHSA-2025:22899
Vulnerability from csaf_redhat - Published: 2025-12-09 08:03 - Updated: 2026-01-22 22:38Notes
{
"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* os/exec: Unexpected paths returned from LookPath in os/exec (CVE-2025-47906)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:22899",
"url": "https://access.redhat.com/errata/RHSA-2025:22899"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22899.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:29+00:00",
"generator": {
"date": "2026-01-22T22:38:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:22899",
"initial_release_date": "2025-12-09T08:03:20+00:00",
"revision_history": [
{
"date": "2025-12-09T08:03:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-09T08:03:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:29+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-8.el9_0.src",
"product": {
"name": "golang-0:1.17.13-8.el9_0.src",
"product_id": "golang-0:1.17.13-8.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-8.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-8.el9_0.aarch64",
"product": {
"name": "golang-0:1.17.13-8.el9_0.aarch64",
"product_id": "golang-0:1.17.13-8.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-8.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-8.el9_0.aarch64",
"product": {
"name": "golang-bin-0:1.17.13-8.el9_0.aarch64",
"product_id": "golang-bin-0:1.17.13-8.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-8.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-8.el9_0.ppc64le",
"product": {
"name": "golang-0:1.17.13-8.el9_0.ppc64le",
"product_id": "golang-0:1.17.13-8.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-8.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-8.el9_0.ppc64le",
"product": {
"name": "golang-bin-0:1.17.13-8.el9_0.ppc64le",
"product_id": "golang-bin-0:1.17.13-8.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-8.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-8.el9_0.x86_64",
"product": {
"name": "golang-0:1.17.13-8.el9_0.x86_64",
"product_id": "golang-0:1.17.13-8.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-8.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-8.el9_0.x86_64",
"product": {
"name": "golang-bin-0:1.17.13-8.el9_0.x86_64",
"product_id": "golang-bin-0:1.17.13-8.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-8.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.17.13-8.el9_0.x86_64",
"product": {
"name": "golang-race-0:1.17.13-8.el9_0.x86_64",
"product_id": "golang-race-0:1.17.13-8.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.17.13-8.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-8.el9_0.s390x",
"product": {
"name": "golang-0:1.17.13-8.el9_0.s390x",
"product_id": "golang-0:1.17.13-8.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-8.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-8.el9_0.s390x",
"product": {
"name": "golang-bin-0:1.17.13-8.el9_0.s390x",
"product_id": "golang-bin-0:1.17.13-8.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-8.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.17.13-8.el9_0.noarch",
"product": {
"name": "golang-docs-0:1.17.13-8.el9_0.noarch",
"product_id": "golang-docs-0:1.17.13-8.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.17.13-8.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.17.13-8.el9_0.noarch",
"product": {
"name": "golang-misc-0:1.17.13-8.el9_0.noarch",
"product_id": "golang-misc-0:1.17.13-8.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.17.13-8.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.17.13-8.el9_0.noarch",
"product": {
"name": "golang-src-0:1.17.13-8.el9_0.noarch",
"product_id": "golang-src-0:1.17.13-8.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.17.13-8.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.17.13-8.el9_0.noarch",
"product": {
"name": "golang-tests-0:1.17.13-8.el9_0.noarch",
"product_id": "golang-tests-0:1.17.13-8.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.17.13-8.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-8.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-8.el9_0.aarch64"
},
"product_reference": "golang-0:1.17.13-8.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-8.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-8.el9_0.ppc64le"
},
"product_reference": "golang-0:1.17.13-8.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-8.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-8.el9_0.s390x"
},
"product_reference": "golang-0:1.17.13-8.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-8.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-8.el9_0.src"
},
"product_reference": "golang-0:1.17.13-8.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-8.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-8.el9_0.x86_64"
},
"product_reference": "golang-0:1.17.13-8.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-8.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-8.el9_0.aarch64"
},
"product_reference": "golang-bin-0:1.17.13-8.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-8.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-8.el9_0.ppc64le"
},
"product_reference": "golang-bin-0:1.17.13-8.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-8.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-8.el9_0.s390x"
},
"product_reference": "golang-bin-0:1.17.13-8.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-8.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-8.el9_0.x86_64"
},
"product_reference": "golang-bin-0:1.17.13-8.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-8.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-8.el9_0.noarch"
},
"product_reference": "golang-docs-0:1.17.13-8.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-8.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-8.el9_0.noarch"
},
"product_reference": "golang-misc-0:1.17.13-8.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-8.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-8.el9_0.x86_64"
},
"product_reference": "golang-race-0:1.17.13-8.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-8.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-8.el9_0.noarch"
},
"product_reference": "golang-src-0:1.17.13-8.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-8.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-8.el9_0.noarch"
},
"product_reference": "golang-tests-0:1.17.13-8.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-8.el9_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"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-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-09T08:03:20+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-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-8.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22899"
},
{
"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": [
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-8.el9_0.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-8.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-8.el9_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-09T08:03:20+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-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-8.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22899"
},
{
"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": [
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-8.el9_0.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-8.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-8.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-8.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22030
Vulnerability from csaf_redhat - Published: 2025-11-25 08:02 - Updated: 2026-01-22 22:38Notes
{
"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.6 Extended Update Support.\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* runc: container escape and denial of service due to arbitrary write gadgets and procfs write redirects (CVE-2025-52881)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:22030",
"url": "https://access.redhat.com/errata/RHSA-2025:22030"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22030.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:25+00:00",
"generator": {
"date": "2026-01-22T22:38:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:22030",
"initial_release_date": "2025-11-25T08:02:25+00:00",
"revision_history": [
{
"date": "2025-11-25T08:02:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-25T08:02:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:25+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.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-15.el9_6.src",
"product": {
"name": "podman-5:5.4.0-15.el9_6.src",
"product_id": "podman-5:5.4.0-15.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el9_6?arch=src\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-plugins-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-plugins-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-remote-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-remote-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-tests-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-tests-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-remote-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-remote-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-tests-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-tests-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-plugins-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-plugins-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-remote-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-remote-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-tests-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-tests-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-plugins-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-plugins-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-remote-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-remote-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-tests-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-tests-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-debugsource-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-5:5.4.0-15.el9_6.noarch",
"product": {
"name": "podman-docker-5:5.4.0-15.el9_6.noarch",
"product_id": "podman-docker-5:5.4.0-15.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.4.0-15.el9_6?arch=noarch\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-15.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src"
},
"product_reference": "podman-5:5.4.0-15.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-debugsource-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5:5.4.0-15.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch"
},
"product_reference": "podman-docker-5:5.4.0-15.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-plugins-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-plugins-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-plugins-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-remote-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-remote-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-remote-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-remote-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-tests-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-tests-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-tests-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-tests-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-25T08:02:25+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.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22030"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-25T08:02:25+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.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22030"
},
{
"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": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22759
Vulnerability from csaf_redhat - Published: 2025-12-04 13:06 - Updated: 2026-01-22 22:38Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat OpenShift AI.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of RHOAI 2.22.3 provides these changes:",
"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:22759",
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12060",
"url": "https://access.redhat.com/security/cve/CVE-2025-12060"
},
{
"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-53643",
"url": "https://access.redhat.com/security/cve/CVE-2025-53643"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62156",
"url": "https://access.redhat.com/security/cve/CVE-2025-62156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62727",
"url": "https://access.redhat.com/security/cve/CVE-2025-62727"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9905",
"url": "https://access.redhat.com/security/cve/CVE-2025-9905"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22759.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 2.22.3 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2026-01-22T22:38:29+00:00",
"generator": {
"date": "2026-01-22T22:38:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:22759",
"initial_release_date": "2025-12-04T13:06:08+00:00",
"revision_history": [
{
"date": "2025-12-04T13:06:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-04T13:06:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift AI 2.22",
"product": {
"name": "Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ai:2.22::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel9@sha256%3A8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764593039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764637896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764181290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3Ac7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764181290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3Af27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764609238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3A3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1763051808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3Ad5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1763565765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3A687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764609614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3A2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764609723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3Ab7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764609729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3Af092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3A46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3A3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3A65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764293130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3A8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3Abfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel9@sha256%3A974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764665999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3Ae0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel9@sha256%3A1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel9@sha256%3A4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel9@sha256%3Aa3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Ae940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764609614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3Abd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764669970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Aa54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764669148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3A251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764595822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3A3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1763639678"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764596318"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3Abbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764637896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3Af43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764665999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764669148"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764637896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764665999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764669148"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3Afe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764637896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764665999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Ab8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764669148"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9905",
"cwe": {
"id": "CWE-913",
"name": "Improper Control of Dynamically-Managed Code Resources"
},
"discovery_date": "2025-09-19T09:00:54.801987+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396645"
}
],
"notes": [
{
"category": "description",
"text": "The Keras Model.load_model\u00a0method can be exploited to achieve arbitrary code execution, even with safe_mode=True.\n\nOne can create a specially crafted .h5/.hdf5\u00a0model archive that, when loaded via Model.load_model, will trigger arbitrary code to be executed.\n\nThis is achieved by crafting a special .h5\u00a0archive file that uses the Lambda\u00a0layer feature of keras which allows arbitrary Python code in the form of pickled code. The vulnerability comes from the fact that the safe_mode=True\u00a0option is not honored when reading .h5\u00a0archives.\n\nNote that the .h5/.hdf5\u00a0format is a legacy format supported by Keras 3 for backwards compatibility.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keras: Arbitary Code execution in Keras load_model()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9905"
},
{
"category": "external",
"summary": "RHBZ#2396645",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396645"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9905"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/pull/21602",
"url": "https://github.com/keras-team/keras/pull/21602"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/security/advisories/GHSA-36rr-ww3j-vrjv",
"url": "https://github.com/keras-team/keras/security/advisories/GHSA-36rr-ww3j-vrjv"
}
],
"release_date": "2025-09-19T08:16:44.772000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keras: Arbitary Code execution in Keras load_model()"
},
{
"cve": "CVE-2025-12060",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-10-30T18:01:32.193676+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407443"
}
],
"notes": [
{
"category": "description",
"text": "The keras.utils.get_file API in Keras, when used with the extract=True option for tar archives, is vulnerable to a path traversal attack. The utility uses Python\u0027s tarfile.extractall function without the filter=\"data\" feature. A remote attacker can craft a malicious tar archive containing special symlinks, which, when extracted, allows them to write arbitrary files to any location on the filesystem outside of the intended destination folder. This vulnerability is linked to the underlying Python tarfile weakness, identified as CVE-2025-4517.\u00a0Note that upgrading Python to one of the versions that fix CVE-2025-4517 (e.g. Python 3.13.4) is not enough. One additionally needs to upgrade Keras to a version with the fix (Keras 3.12).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keras: Keras Path Traversal Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12060"
},
{
"category": "external",
"summary": "RHBZ#2407443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407443"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12060"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/pull/21760",
"url": "https://github.com/keras-team/keras/pull/21760"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/security/advisories/GHSA-hjqc-jx6g-rwp9",
"url": "https://github.com/keras-team/keras/security/advisories/GHSA-hjqc-jx6g-rwp9"
}
],
"release_date": "2025-10-30T17:10:43.868000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keras: Keras Path Traversal Vulnerability"
},
{
"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 OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_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 OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_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-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
}
],
"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 OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-53643",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-07-14T21:00:57.122280+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380000"
}
],
"notes": [
{
"category": "description",
"text": "A request smuggling flaw was found in the aiohttp python library. If a pure Python version of aiohttp is installed, without the usual C extensions, for example, or if AIOHTTP_NO_EXTENSIONS is enabled, an attacker can execute a request smuggling attack to bypass certain firewalls or proxy protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP HTTP Request/Response Smuggling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53643"
},
{
"category": "external",
"summary": "RHBZ#2380000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380000"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53643",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53643"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/e8d774f635dc6d1cd3174d0e38891da5de0e2b6a",
"url": "https://github.com/aio-libs/aiohttp/commit/e8d774f635dc6d1cd3174d0e38891da5de0e2b6a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-9548-qrrj-x5pj",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-9548-qrrj-x5pj"
}
],
"release_date": "2025-07-14T20:17:18.247000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "aiohttp: AIOHTTP HTTP Request/Response Smuggling"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "Axios is a promise based HTTP client for the browser and Node.js. When Axios starting in version 0.28.0 and prior to versions 0.30.2 and 1.12.0 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: \u0027stream\u0027`. Versions 0.30.2 and 1.12.0 contain a patch for the issue.",
"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 OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
},
"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-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"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 OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
},
{
"cve": "CVE-2025-62156",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-10-14T15:02:10.015356+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2403800"
}
],
"notes": [
{
"category": "description",
"text": "Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Versions prior to 3.6.12 and versions 3.7.0 through 3.7.2 contain a Zip Slip path traversal vulnerability in artifact extraction. During artifact extraction the unpack/untar logic (workflow/executor/executor.go) uses filepath.Join(dest, filepath.Clean(header.Name)) without validating that header.Name stays within the intended extraction directory. A malicious archive entry can supply a traversal or absolute path that, after cleaning, overrides the destination directory and causes files to be written outside the /work/tmp extraction path and into system directories such as /etc inside the container. The vulnerability enables arbitrary file creation or overwrite in system configuration locations (for example /etc/passwd, /etc/hosts, /etc/crontab), which can lead to privilege escalation or persistence within the affected container. Update to 3.6.12 or 3.7.3 to remediate the issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-workflows: Argo Workflows Zip Slip",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62156"
},
{
"category": "external",
"summary": "RHBZ#2403800",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403800"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/blob/946a2d6b9ac3309371fe47f49ae94c33ca7d488d/workflow/executor/executor.go#L993",
"url": "https://github.com/argoproj/argo-workflows/blob/946a2d6b9ac3309371fe47f49ae94c33ca7d488d/workflow/executor/executor.go#L993"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/commit/5659ad9b641fcf52c04ed594cd6493f9170f6011",
"url": "https://github.com/argoproj/argo-workflows/commit/5659ad9b641fcf52c04ed594cd6493f9170f6011"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/commit/9f6bc5d236cd1b24d607943384511d71ad17a4c3",
"url": "https://github.com/argoproj/argo-workflows/commit/9f6bc5d236cd1b24d607943384511d71ad17a4c3"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-p84v-gxvw-73pf",
"url": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-p84v-gxvw-73pf"
}
],
"release_date": "2025-10-14T14:52:44.502000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.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:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/argoproj/argo-workflows: Argo Workflows Zip Slip"
},
{
"cve": "CVE-2025-62727",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2025-10-28T21:01:03.833849+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2406929"
}
],
"notes": [
{
"category": "description",
"text": "Starlette is a lightweight ASGI framework/toolkit. Starting in version 0.39.0 and prior to version 0.49.1 , an unauthenticated attacker can send a crafted HTTP Range header that triggers quadratic-time processing in Starlette\u0027s FileResponse Range parsing/merging logic. This enables CPU exhaustion per request, causing denial\u2011of\u2011service for endpoints serving files (e.g., StaticFiles or any use of FileResponse). This vulnerability is fixed in 0.49.1.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "starlette: Starlette DoS via Range header merging",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62727"
},
{
"category": "external",
"summary": "RHBZ#2406929",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406929"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62727"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/commit/4ea6e22b489ec388d6004cfbca52dd5b147127c5",
"url": "https://github.com/Kludex/starlette/commit/4ea6e22b489ec388d6004cfbca52dd5b147127c5"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/security/advisories/GHSA-7f5h-v6xp-fcq8",
"url": "https://github.com/Kludex/starlette/security/advisories/GHSA-7f5h-v6xp-fcq8"
}
],
"release_date": "2025-10-28T20:14:53.655000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "starlette: Starlette DoS via Range header merging"
}
]
}
RHSA-2025:23325
Vulnerability from csaf_redhat - Published: 2025-12-18 13:20 - Updated: 2026-01-22 22:38Notes
{
"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.\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* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23325",
"url": "https://access.redhat.com/errata/RHSA-2025:23325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "RHEL-132531",
"url": "https://issues.redhat.com/browse/RHEL-132531"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23325.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:40+00:00",
"generator": {
"date": "2026-01-22T22:38:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23325",
"initial_release_date": "2025-12-18T13:20:27+00:00",
"revision_history": [
{
"date": "2025-12-18T13:20:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-18T13:20:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:40+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-9.el9_7.src",
"product": {
"name": "podman-6:5.6.0-9.el9_7.src",
"product_id": "podman-6:5.6.0-9.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-9.el9_7?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-9.el9_7.aarch64",
"product": {
"name": "podman-6:5.6.0-9.el9_7.aarch64",
"product_id": "podman-6:5.6.0-9.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-9.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-6:5.6.0-9.el9_7.aarch64",
"product": {
"name": "podman-plugins-6:5.6.0-9.el9_7.aarch64",
"product_id": "podman-plugins-6:5.6.0-9.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.6.0-9.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.6.0-9.el9_7.aarch64",
"product": {
"name": "podman-remote-6:5.6.0-9.el9_7.aarch64",
"product_id": "podman-remote-6:5.6.0-9.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-9.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.6.0-9.el9_7.aarch64",
"product": {
"name": "podman-tests-6:5.6.0-9.el9_7.aarch64",
"product_id": "podman-tests-6:5.6.0-9.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-9.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.6.0-9.el9_7.aarch64",
"product": {
"name": "podman-debugsource-6:5.6.0-9.el9_7.aarch64",
"product_id": "podman-debugsource-6:5.6.0-9.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-9.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.6.0-9.el9_7.aarch64",
"product": {
"name": "podman-debuginfo-6:5.6.0-9.el9_7.aarch64",
"product_id": "podman-debuginfo-6:5.6.0-9.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-9.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-6:5.6.0-9.el9_7.aarch64",
"product": {
"name": "podman-plugins-debuginfo-6:5.6.0-9.el9_7.aarch64",
"product_id": "podman-plugins-debuginfo-6:5.6.0-9.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.6.0-9.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.6.0-9.el9_7.aarch64",
"product": {
"name": "podman-remote-debuginfo-6:5.6.0-9.el9_7.aarch64",
"product_id": "podman-remote-debuginfo-6:5.6.0-9.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-9.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.6.0-9.el9_7.aarch64",
"product": {
"name": "podman-tests-debuginfo-6:5.6.0-9.el9_7.aarch64",
"product_id": "podman-tests-debuginfo-6:5.6.0-9.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-9.el9_7?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-9.el9_7.ppc64le",
"product": {
"name": "podman-6:5.6.0-9.el9_7.ppc64le",
"product_id": "podman-6:5.6.0-9.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-9.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-6:5.6.0-9.el9_7.ppc64le",
"product": {
"name": "podman-plugins-6:5.6.0-9.el9_7.ppc64le",
"product_id": "podman-plugins-6:5.6.0-9.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.6.0-9.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.6.0-9.el9_7.ppc64le",
"product": {
"name": "podman-remote-6:5.6.0-9.el9_7.ppc64le",
"product_id": "podman-remote-6:5.6.0-9.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-9.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.6.0-9.el9_7.ppc64le",
"product": {
"name": "podman-tests-6:5.6.0-9.el9_7.ppc64le",
"product_id": "podman-tests-6:5.6.0-9.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-9.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.6.0-9.el9_7.ppc64le",
"product": {
"name": "podman-debugsource-6:5.6.0-9.el9_7.ppc64le",
"product_id": "podman-debugsource-6:5.6.0-9.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-9.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"product": {
"name": "podman-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"product_id": "podman-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-9.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"product_id": "podman-plugins-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.6.0-9.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"product": {
"name": "podman-remote-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"product_id": "podman-remote-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-9.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"product": {
"name": "podman-tests-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"product_id": "podman-tests-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-9.el9_7?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-9.el9_7.x86_64",
"product": {
"name": "podman-6:5.6.0-9.el9_7.x86_64",
"product_id": "podman-6:5.6.0-9.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-9.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-6:5.6.0-9.el9_7.x86_64",
"product": {
"name": "podman-plugins-6:5.6.0-9.el9_7.x86_64",
"product_id": "podman-plugins-6:5.6.0-9.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.6.0-9.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.6.0-9.el9_7.x86_64",
"product": {
"name": "podman-remote-6:5.6.0-9.el9_7.x86_64",
"product_id": "podman-remote-6:5.6.0-9.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-9.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.6.0-9.el9_7.x86_64",
"product": {
"name": "podman-tests-6:5.6.0-9.el9_7.x86_64",
"product_id": "podman-tests-6:5.6.0-9.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-9.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.6.0-9.el9_7.x86_64",
"product": {
"name": "podman-debugsource-6:5.6.0-9.el9_7.x86_64",
"product_id": "podman-debugsource-6:5.6.0-9.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-9.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.6.0-9.el9_7.x86_64",
"product": {
"name": "podman-debuginfo-6:5.6.0-9.el9_7.x86_64",
"product_id": "podman-debuginfo-6:5.6.0-9.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-9.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-6:5.6.0-9.el9_7.x86_64",
"product": {
"name": "podman-plugins-debuginfo-6:5.6.0-9.el9_7.x86_64",
"product_id": "podman-plugins-debuginfo-6:5.6.0-9.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.6.0-9.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.6.0-9.el9_7.x86_64",
"product": {
"name": "podman-remote-debuginfo-6:5.6.0-9.el9_7.x86_64",
"product_id": "podman-remote-debuginfo-6:5.6.0-9.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-9.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.6.0-9.el9_7.x86_64",
"product": {
"name": "podman-tests-debuginfo-6:5.6.0-9.el9_7.x86_64",
"product_id": "podman-tests-debuginfo-6:5.6.0-9.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-9.el9_7?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-9.el9_7.s390x",
"product": {
"name": "podman-6:5.6.0-9.el9_7.s390x",
"product_id": "podman-6:5.6.0-9.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-9.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-6:5.6.0-9.el9_7.s390x",
"product": {
"name": "podman-plugins-6:5.6.0-9.el9_7.s390x",
"product_id": "podman-plugins-6:5.6.0-9.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.6.0-9.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.6.0-9.el9_7.s390x",
"product": {
"name": "podman-remote-6:5.6.0-9.el9_7.s390x",
"product_id": "podman-remote-6:5.6.0-9.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-9.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.6.0-9.el9_7.s390x",
"product": {
"name": "podman-tests-6:5.6.0-9.el9_7.s390x",
"product_id": "podman-tests-6:5.6.0-9.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-9.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.6.0-9.el9_7.s390x",
"product": {
"name": "podman-debugsource-6:5.6.0-9.el9_7.s390x",
"product_id": "podman-debugsource-6:5.6.0-9.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-9.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.6.0-9.el9_7.s390x",
"product": {
"name": "podman-debuginfo-6:5.6.0-9.el9_7.s390x",
"product_id": "podman-debuginfo-6:5.6.0-9.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-9.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-6:5.6.0-9.el9_7.s390x",
"product": {
"name": "podman-plugins-debuginfo-6:5.6.0-9.el9_7.s390x",
"product_id": "podman-plugins-debuginfo-6:5.6.0-9.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.6.0-9.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.6.0-9.el9_7.s390x",
"product": {
"name": "podman-remote-debuginfo-6:5.6.0-9.el9_7.s390x",
"product_id": "podman-remote-debuginfo-6:5.6.0-9.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-9.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.6.0-9.el9_7.s390x",
"product": {
"name": "podman-tests-debuginfo-6:5.6.0-9.el9_7.s390x",
"product_id": "podman-tests-debuginfo-6:5.6.0-9.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-9.el9_7?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-6:5.6.0-9.el9_7.noarch",
"product": {
"name": "podman-docker-6:5.6.0-9.el9_7.noarch",
"product_id": "podman-docker-6:5.6.0-9.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.6.0-9.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-9.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-9.el9_7.aarch64"
},
"product_reference": "podman-6:5.6.0-9.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-9.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-9.el9_7.ppc64le"
},
"product_reference": "podman-6:5.6.0-9.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-9.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-9.el9_7.s390x"
},
"product_reference": "podman-6:5.6.0-9.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-9.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-9.el9_7.src"
},
"product_reference": "podman-6:5.6.0-9.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-9.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-9.el9_7.x86_64"
},
"product_reference": "podman-6:5.6.0-9.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-9.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-9.el9_7.aarch64"
},
"product_reference": "podman-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.s390x"
},
"product_reference": "podman-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.x86_64"
},
"product_reference": "podman-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.aarch64"
},
"product_reference": "podman-debugsource-6:5.6.0-9.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-9.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-9.el9_7.ppc64le"
},
"product_reference": "podman-debugsource-6:5.6.0-9.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-9.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-9.el9_7.s390x"
},
"product_reference": "podman-debugsource-6:5.6.0-9.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-9.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-9.el9_7.x86_64"
},
"product_reference": "podman-debugsource-6:5.6.0-9.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-9.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-9.el9_7.noarch"
},
"product_reference": "podman-docker-6:5.6.0-9.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-9.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-9.el9_7.aarch64"
},
"product_reference": "podman-plugins-6:5.6.0-9.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-9.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-9.el9_7.ppc64le"
},
"product_reference": "podman-plugins-6:5.6.0-9.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-9.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-9.el9_7.s390x"
},
"product_reference": "podman-plugins-6:5.6.0-9.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-9.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-9.el9_7.x86_64"
},
"product_reference": "podman-plugins-6:5.6.0-9.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-9.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-9.el9_7.aarch64"
},
"product_reference": "podman-plugins-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.s390x"
},
"product_reference": "podman-plugins-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.x86_64"
},
"product_reference": "podman-plugins-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.aarch64"
},
"product_reference": "podman-remote-6:5.6.0-9.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-9.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-9.el9_7.ppc64le"
},
"product_reference": "podman-remote-6:5.6.0-9.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-9.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-9.el9_7.s390x"
},
"product_reference": "podman-remote-6:5.6.0-9.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-9.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-9.el9_7.x86_64"
},
"product_reference": "podman-remote-6:5.6.0-9.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-9.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-9.el9_7.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.aarch64"
},
"product_reference": "podman-tests-6:5.6.0-9.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-9.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-9.el9_7.ppc64le"
},
"product_reference": "podman-tests-6:5.6.0-9.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-9.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-9.el9_7.s390x"
},
"product_reference": "podman-tests-6:5.6.0-9.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-9.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-9.el9_7.x86_64"
},
"product_reference": "podman-tests-6:5.6.0-9.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-9.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-9.el9_7.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.6.0-9.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-9.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-9.el9_7.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.6.0-9.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-9.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-18T13:20:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-9.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23325"
},
{
"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": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-9.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-9.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-9.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-9.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23087
Vulnerability from csaf_redhat - Published: 2025-12-11 01:00 - Updated: 2026-01-22 22:38Notes
{
"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 grafana is now available for Red Hat Enterprise Linux 9.\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": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23087",
"url": "https://access.redhat.com/errata/RHSA-2025:23087"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "RHEL-120426",
"url": "https://issues.redhat.com/browse/RHEL-120426"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23087.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:35+00:00",
"generator": {
"date": "2026-01-22T22:38:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23087",
"initial_release_date": "2025-12-11T01:00:04+00:00",
"revision_history": [
{
"date": "2025-12-11T01:00:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-11T01:00:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:35+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": "grafana-0:10.2.6-17.el9_7.src",
"product": {
"name": "grafana-0:10.2.6-17.el9_7.src",
"product_id": "grafana-0:10.2.6-17.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-17.el9_7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-17.el9_7.aarch64",
"product": {
"name": "grafana-0:10.2.6-17.el9_7.aarch64",
"product_id": "grafana-0:10.2.6-17.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-17.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-17.el9_7.aarch64",
"product": {
"name": "grafana-selinux-0:10.2.6-17.el9_7.aarch64",
"product_id": "grafana-selinux-0:10.2.6-17.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-17.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-17.el9_7.aarch64",
"product": {
"name": "grafana-debugsource-0:10.2.6-17.el9_7.aarch64",
"product_id": "grafana-debugsource-0:10.2.6-17.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-17.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-17.el9_7.aarch64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-17.el9_7.aarch64",
"product_id": "grafana-debuginfo-0:10.2.6-17.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-17.el9_7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-17.el9_7.ppc64le",
"product": {
"name": "grafana-0:10.2.6-17.el9_7.ppc64le",
"product_id": "grafana-0:10.2.6-17.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-17.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-17.el9_7.ppc64le",
"product": {
"name": "grafana-selinux-0:10.2.6-17.el9_7.ppc64le",
"product_id": "grafana-selinux-0:10.2.6-17.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-17.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-17.el9_7.ppc64le",
"product": {
"name": "grafana-debugsource-0:10.2.6-17.el9_7.ppc64le",
"product_id": "grafana-debugsource-0:10.2.6-17.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-17.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-17.el9_7.ppc64le",
"product": {
"name": "grafana-debuginfo-0:10.2.6-17.el9_7.ppc64le",
"product_id": "grafana-debuginfo-0:10.2.6-17.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-17.el9_7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-17.el9_7.x86_64",
"product": {
"name": "grafana-0:10.2.6-17.el9_7.x86_64",
"product_id": "grafana-0:10.2.6-17.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-17.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-17.el9_7.x86_64",
"product": {
"name": "grafana-selinux-0:10.2.6-17.el9_7.x86_64",
"product_id": "grafana-selinux-0:10.2.6-17.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-17.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-17.el9_7.x86_64",
"product": {
"name": "grafana-debugsource-0:10.2.6-17.el9_7.x86_64",
"product_id": "grafana-debugsource-0:10.2.6-17.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-17.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-17.el9_7.x86_64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-17.el9_7.x86_64",
"product_id": "grafana-debuginfo-0:10.2.6-17.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-17.el9_7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-17.el9_7.s390x",
"product": {
"name": "grafana-0:10.2.6-17.el9_7.s390x",
"product_id": "grafana-0:10.2.6-17.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-17.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-17.el9_7.s390x",
"product": {
"name": "grafana-selinux-0:10.2.6-17.el9_7.s390x",
"product_id": "grafana-selinux-0:10.2.6-17.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-17.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-17.el9_7.s390x",
"product": {
"name": "grafana-debugsource-0:10.2.6-17.el9_7.s390x",
"product_id": "grafana-debugsource-0:10.2.6-17.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-17.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-17.el9_7.s390x",
"product": {
"name": "grafana-debuginfo-0:10.2.6-17.el9_7.s390x",
"product_id": "grafana-debuginfo-0:10.2.6-17.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-17.el9_7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-17.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.aarch64"
},
"product_reference": "grafana-0:10.2.6-17.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-17.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.ppc64le"
},
"product_reference": "grafana-0:10.2.6-17.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-17.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.s390x"
},
"product_reference": "grafana-0:10.2.6-17.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-17.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.src"
},
"product_reference": "grafana-0:10.2.6-17.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-17.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.x86_64"
},
"product_reference": "grafana-0:10.2.6-17.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-17.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.aarch64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-17.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-17.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.ppc64le"
},
"product_reference": "grafana-debuginfo-0:10.2.6-17.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-17.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.s390x"
},
"product_reference": "grafana-debuginfo-0:10.2.6-17.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-17.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.x86_64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-17.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-17.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.aarch64"
},
"product_reference": "grafana-debugsource-0:10.2.6-17.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-17.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.ppc64le"
},
"product_reference": "grafana-debugsource-0:10.2.6-17.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-17.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.s390x"
},
"product_reference": "grafana-debugsource-0:10.2.6-17.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-17.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.x86_64"
},
"product_reference": "grafana-debugsource-0:10.2.6-17.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-17.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.aarch64"
},
"product_reference": "grafana-selinux-0:10.2.6-17.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-17.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.ppc64le"
},
"product_reference": "grafana-selinux-0:10.2.6-17.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-17.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.s390x"
},
"product_reference": "grafana-selinux-0:10.2.6-17.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-17.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.x86_64"
},
"product_reference": "grafana-selinux-0:10.2.6-17.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.src",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-11T01:00:04+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:grafana-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.src",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23087"
},
{
"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": [
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.src",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.src",
"AppStream-9.7.0.Z.MAIN:grafana-0:10.2.6-17.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-debuginfo-0:10.2.6-17.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-debugsource-0:10.2.6-17.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:grafana-selinux-0:10.2.6-17.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23294
Vulnerability from csaf_redhat - Published: 2025-12-18 10:13 - Updated: 2026-01-22 22:38Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23294",
"url": "https://access.redhat.com/errata/RHSA-2025:23294"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23294.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:39+00:00",
"generator": {
"date": "2026-01-22T22:38:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23294",
"initial_release_date": "2025-12-18T10:13:42+00:00",
"revision_history": [
{
"date": "2025-12-18T10:13:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-18T10:13:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:39+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_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.20.0-2.el10_1.src",
"product": {
"name": "skopeo-2:1.20.0-2.el10_1.src",
"product_id": "skopeo-2:1.20.0-2.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.20.0-2.el10_1?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.20.0-2.el10_1.aarch64",
"product": {
"name": "skopeo-2:1.20.0-2.el10_1.aarch64",
"product_id": "skopeo-2:1.20.0-2.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.20.0-2.el10_1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.20.0-2.el10_1.aarch64",
"product": {
"name": "skopeo-tests-2:1.20.0-2.el10_1.aarch64",
"product_id": "skopeo-tests-2:1.20.0-2.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.20.0-2.el10_1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.20.0-2.el10_1.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.20.0-2.el10_1.aarch64",
"product_id": "skopeo-debugsource-2:1.20.0-2.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.20.0-2.el10_1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.20.0-2.el10_1.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.20.0-2.el10_1.aarch64",
"product_id": "skopeo-debuginfo-2:1.20.0-2.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.20.0-2.el10_1?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.20.0-2.el10_1.ppc64le",
"product": {
"name": "skopeo-2:1.20.0-2.el10_1.ppc64le",
"product_id": "skopeo-2:1.20.0-2.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.20.0-2.el10_1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.20.0-2.el10_1.ppc64le",
"product": {
"name": "skopeo-tests-2:1.20.0-2.el10_1.ppc64le",
"product_id": "skopeo-tests-2:1.20.0-2.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.20.0-2.el10_1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.20.0-2.el10_1.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.20.0-2.el10_1.ppc64le",
"product_id": "skopeo-debugsource-2:1.20.0-2.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.20.0-2.el10_1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.20.0-2.el10_1.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.20.0-2.el10_1.ppc64le",
"product_id": "skopeo-debuginfo-2:1.20.0-2.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.20.0-2.el10_1?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.20.0-2.el10_1.x86_64",
"product": {
"name": "skopeo-2:1.20.0-2.el10_1.x86_64",
"product_id": "skopeo-2:1.20.0-2.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.20.0-2.el10_1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.20.0-2.el10_1.x86_64",
"product": {
"name": "skopeo-tests-2:1.20.0-2.el10_1.x86_64",
"product_id": "skopeo-tests-2:1.20.0-2.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.20.0-2.el10_1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.20.0-2.el10_1.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.20.0-2.el10_1.x86_64",
"product_id": "skopeo-debugsource-2:1.20.0-2.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.20.0-2.el10_1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.20.0-2.el10_1.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.20.0-2.el10_1.x86_64",
"product_id": "skopeo-debuginfo-2:1.20.0-2.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.20.0-2.el10_1?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.20.0-2.el10_1.s390x",
"product": {
"name": "skopeo-2:1.20.0-2.el10_1.s390x",
"product_id": "skopeo-2:1.20.0-2.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.20.0-2.el10_1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.20.0-2.el10_1.s390x",
"product": {
"name": "skopeo-tests-2:1.20.0-2.el10_1.s390x",
"product_id": "skopeo-tests-2:1.20.0-2.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.20.0-2.el10_1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.20.0-2.el10_1.s390x",
"product": {
"name": "skopeo-debugsource-2:1.20.0-2.el10_1.s390x",
"product_id": "skopeo-debugsource-2:1.20.0-2.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.20.0-2.el10_1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.20.0-2.el10_1.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.20.0-2.el10_1.s390x",
"product_id": "skopeo-debuginfo-2:1.20.0-2.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.20.0-2.el10_1?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.20.0-2.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.aarch64"
},
"product_reference": "skopeo-2:1.20.0-2.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.20.0-2.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.ppc64le"
},
"product_reference": "skopeo-2:1.20.0-2.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.20.0-2.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.s390x"
},
"product_reference": "skopeo-2:1.20.0-2.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.20.0-2.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.src"
},
"product_reference": "skopeo-2:1.20.0-2.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.20.0-2.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.x86_64"
},
"product_reference": "skopeo-2:1.20.0-2.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.20.0-2.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.20.0-2.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.20.0-2.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.20.0-2.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.20.0-2.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.20.0-2.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.20.0-2.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.20.0-2.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.20.0-2.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.20.0-2.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.20.0-2.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.20.0-2.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.20.0-2.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.s390x"
},
"product_reference": "skopeo-debugsource-2:1.20.0-2.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.20.0-2.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.20.0-2.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.20.0-2.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.aarch64"
},
"product_reference": "skopeo-tests-2:1.20.0-2.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.20.0-2.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.ppc64le"
},
"product_reference": "skopeo-tests-2:1.20.0-2.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.20.0-2.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.s390x"
},
"product_reference": "skopeo-tests-2:1.20.0-2.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.20.0-2.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.x86_64"
},
"product_reference": "skopeo-tests-2:1.20.0-2.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.src",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.x86_64",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.x86_64",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.x86_64",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-18T10:13: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-10.1.Z:skopeo-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.src",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.x86_64",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.x86_64",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.x86_64",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23294"
},
{
"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": [
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.src",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.x86_64",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.x86_64",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.x86_64",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.src",
"AppStream-10.1.Z:skopeo-2:1.20.0-2.el10_1.x86_64",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-debuginfo-2:1.20.0-2.el10_1.x86_64",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-debugsource-2:1.20.0-2.el10_1.x86_64",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.aarch64",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.ppc64le",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.s390x",
"AppStream-10.1.Z:skopeo-tests-2:1.20.0-2.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0987
Vulnerability from csaf_redhat - Published: 2026-01-22 11:30 - Updated: 2026-01-22 22:40Notes
{
"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 osbuild-composer is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On.\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": "An image building service based on osbuild It is inspired by lorax-composer and exposes the same API. As such, it is a drop-in replacement.\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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-2026:0987",
"url": "https://access.redhat.com/errata/RHSA-2026:0987"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0987.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-01-22T22:40:08+00:00",
"generator": {
"date": "2026-01-22T22:40:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0987",
"initial_release_date": "2026-01-22T11:30:22+00:00",
"revision_history": [
{
"date": "2026-01-22T11:30:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-22T11:30:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:40:08+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 AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:28.7-4.el8_4.src",
"product": {
"name": "osbuild-composer-0:28.7-4.el8_4.src",
"product_id": "osbuild-composer-0:28.7-4.el8_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@28.7-4.el8_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:28.7-4.el8_4.x86_64",
"product": {
"name": "osbuild-composer-0:28.7-4.el8_4.x86_64",
"product_id": "osbuild-composer-0:28.7-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@28.7-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:28.7-4.el8_4.x86_64",
"product": {
"name": "osbuild-composer-core-0:28.7-4.el8_4.x86_64",
"product_id": "osbuild-composer-core-0:28.7-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@28.7-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:28.7-4.el8_4.x86_64",
"product": {
"name": "osbuild-composer-worker-0:28.7-4.el8_4.x86_64",
"product_id": "osbuild-composer-worker-0:28.7-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@28.7-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64",
"product_id": "osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@28.7-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@28.7-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64",
"product_id": "osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@28.7-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@28.7-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@28.7-4.el8_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:28.7-4.el8_4.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-4.el8_4.src"
},
"product_reference": "osbuild-composer-0:28.7-4.el8_4.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-core-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-worker-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:28.7-4.el8_4.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-4.el8_4.src"
},
"product_reference": "osbuild-composer-0:28.7-4.el8_4.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-core-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-worker-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-4.el8_4.src",
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-4.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T11:30:22+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-8.4.0.Z.AUS:osbuild-composer-0:28.7-4.el8_4.src",
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-4.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0987"
},
{
"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": [
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-4.el8_4.src",
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-4.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-4.el8_4.src",
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-4.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-4.el8_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23746
Vulnerability from csaf_redhat - Published: 2025-12-22 01:42 - Updated: 2026-01-22 22:38Notes
{
"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 grafana 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": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23746",
"url": "https://access.redhat.com/errata/RHSA-2025:23746"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23746.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:48+00:00",
"generator": {
"date": "2026-01-22T22:38:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23746",
"initial_release_date": "2025-12-22T01:42:33+00:00",
"revision_history": [
{
"date": "2025-12-22T01:42:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-22T01:42:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:48+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": "grafana-0:9.2.10-24.el9_4.src",
"product": {
"name": "grafana-0:9.2.10-24.el9_4.src",
"product_id": "grafana-0:9.2.10-24.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-24.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-24.el9_4.aarch64",
"product": {
"name": "grafana-0:9.2.10-24.el9_4.aarch64",
"product_id": "grafana-0:9.2.10-24.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-24.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-24.el9_4.aarch64",
"product": {
"name": "grafana-selinux-0:9.2.10-24.el9_4.aarch64",
"product_id": "grafana-selinux-0:9.2.10-24.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-24.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-24.el9_4.aarch64",
"product": {
"name": "grafana-debugsource-0:9.2.10-24.el9_4.aarch64",
"product_id": "grafana-debugsource-0:9.2.10-24.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-24.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-24.el9_4.aarch64",
"product": {
"name": "grafana-debuginfo-0:9.2.10-24.el9_4.aarch64",
"product_id": "grafana-debuginfo-0:9.2.10-24.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-24.el9_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-24.el9_4.ppc64le",
"product": {
"name": "grafana-0:9.2.10-24.el9_4.ppc64le",
"product_id": "grafana-0:9.2.10-24.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-24.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-24.el9_4.ppc64le",
"product": {
"name": "grafana-selinux-0:9.2.10-24.el9_4.ppc64le",
"product_id": "grafana-selinux-0:9.2.10-24.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-24.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-24.el9_4.ppc64le",
"product": {
"name": "grafana-debugsource-0:9.2.10-24.el9_4.ppc64le",
"product_id": "grafana-debugsource-0:9.2.10-24.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-24.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-24.el9_4.ppc64le",
"product": {
"name": "grafana-debuginfo-0:9.2.10-24.el9_4.ppc64le",
"product_id": "grafana-debuginfo-0:9.2.10-24.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-24.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-24.el9_4.x86_64",
"product": {
"name": "grafana-0:9.2.10-24.el9_4.x86_64",
"product_id": "grafana-0:9.2.10-24.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-24.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-24.el9_4.x86_64",
"product": {
"name": "grafana-selinux-0:9.2.10-24.el9_4.x86_64",
"product_id": "grafana-selinux-0:9.2.10-24.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-24.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-24.el9_4.x86_64",
"product": {
"name": "grafana-debugsource-0:9.2.10-24.el9_4.x86_64",
"product_id": "grafana-debugsource-0:9.2.10-24.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-24.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-24.el9_4.x86_64",
"product": {
"name": "grafana-debuginfo-0:9.2.10-24.el9_4.x86_64",
"product_id": "grafana-debuginfo-0:9.2.10-24.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-24.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-24.el9_4.s390x",
"product": {
"name": "grafana-0:9.2.10-24.el9_4.s390x",
"product_id": "grafana-0:9.2.10-24.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-24.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-24.el9_4.s390x",
"product": {
"name": "grafana-selinux-0:9.2.10-24.el9_4.s390x",
"product_id": "grafana-selinux-0:9.2.10-24.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-24.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-24.el9_4.s390x",
"product": {
"name": "grafana-debugsource-0:9.2.10-24.el9_4.s390x",
"product_id": "grafana-debugsource-0:9.2.10-24.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-24.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-24.el9_4.s390x",
"product": {
"name": "grafana-debuginfo-0:9.2.10-24.el9_4.s390x",
"product_id": "grafana-debuginfo-0:9.2.10-24.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-24.el9_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-24.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.aarch64"
},
"product_reference": "grafana-0:9.2.10-24.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-24.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.ppc64le"
},
"product_reference": "grafana-0:9.2.10-24.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-24.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.s390x"
},
"product_reference": "grafana-0:9.2.10-24.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-24.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.src"
},
"product_reference": "grafana-0:9.2.10-24.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-24.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:grafana-0:9.2.10-24.el9_4.x86_64"
},
"product_reference": "grafana-0:9.2.10-24.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-24.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.aarch64"
},
"product_reference": "grafana-debuginfo-0:9.2.10-24.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-24.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.ppc64le"
},
"product_reference": "grafana-debuginfo-0:9.2.10-24.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-24.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.s390x"
},
"product_reference": "grafana-debuginfo-0:9.2.10-24.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-24.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:grafana-debuginfo-0:9.2.10-24.el9_4.x86_64"
},
"product_reference": "grafana-debuginfo-0:9.2.10-24.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-24.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.aarch64"
},
"product_reference": "grafana-debugsource-0:9.2.10-24.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-24.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.ppc64le"
},
"product_reference": "grafana-debugsource-0:9.2.10-24.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-24.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.s390x"
},
"product_reference": "grafana-debugsource-0:9.2.10-24.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-24.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:grafana-debugsource-0:9.2.10-24.el9_4.x86_64"
},
"product_reference": "grafana-debugsource-0:9.2.10-24.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-24.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.aarch64"
},
"product_reference": "grafana-selinux-0:9.2.10-24.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-24.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.ppc64le"
},
"product_reference": "grafana-selinux-0:9.2.10-24.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-24.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.s390x"
},
"product_reference": "grafana-selinux-0:9.2.10-24.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-24.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:grafana-selinux-0:9.2.10-24.el9_4.x86_64"
},
"product_reference": "grafana-selinux-0:9.2.10-24.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.src",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T01:42:33+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:grafana-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.src",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23746"
},
{
"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": [
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.src",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.src",
"AppStream-9.4.0.Z.EUS:grafana-0:9.2.10-24.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-debuginfo-0:9.2.10-24.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-debugsource-0:9.2.10-24.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:grafana-selinux-0:9.2.10-24.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:1017
Vulnerability from csaf_redhat - Published: 2026-01-22 15:47 - Updated: 2026-01-23 08:45Notes
{
"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": "Important: Red Hat OpenShift GitOps v1.18.3 security update",
"title": "Topic"
},
{
"category": "general",
"text": "An update is now available for Red Hat OpenShift GitOps.\nBug Fix(es) and Enhancement(s):\n* GITOPS-8239 (CVE-2025-47913 openshift-gitops-1/gitops-rhel8: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS [gitops-1.18])\n* GITOPS-8079 (CVE-2025-58183 openshift-gitops-1/argocd-rhel8: Unbounded allocation when parsing GNU sparse map [gitops-1.18])\n* GITOPS-8082 (CVE-2025-58183 openshift-gitops-1/dex-rhel8: Unbounded allocation when parsing GNU sparse map [gitops-1.18])\n* GITOPS-8522 (CVE-2025-68156 openshift-gitops-1/argocd-rhel8: Expr: Denial of Service via uncontrolled recursion in expression evaluation [gitops-1.18])\n* GITOPS-8523 (CVE-2025-68156 openshift-gitops-1/argocd-rhel9: Expr: Denial of Service via uncontrolled recursion in expression evaluation [gitops-1.18])\n* GITOPS-7849 (Cherry pick Repo Type Fix to Argo CD 3.1 stream)\n* GITOPS-7992 (openshift-gitops-operator-metrics-monitor ServiceMonitor is attempting to use a bearerTokenFile configuration in its endpoints definition)\n* GITOPS-8225 (RC 1.19.0-2 : haproxy replica remains 1 with HA upgrade)\n* GITOPS-8249 (Prevent argoCD from automatically refreshing to gitops repository )\n* GITOPS-8411 (CVE-2025-55190 still blocking due to github.com/argoproj/argo-cd/v2@v2.14.11 in gitops-rhel8:v1.18.1)\n* GITOPS-8535 (Show All Namespaces or Current Namespace Only option)\n* GITOPS-8591 (Reciving TargetDown after upgrading GitOps )",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:1017",
"url": "https://access.redhat.com/errata/RHSA-2026:1017"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13888",
"url": "https://access.redhat.com/security/cve/CVE-2025-13888"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-55190",
"url": "https://access.redhat.com/security/cve/CVE-2025-55190"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68156",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.18/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.18/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1017.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift GitOps v1.18.3 security update",
"tracking": {
"current_release_date": "2026-01-23T08:45:06+00:00",
"generator": {
"date": "2026-01-23T08:45:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2026:1017",
"initial_release_date": "2026-01-22T15:47:03+00:00",
"revision_history": [
{
"date": "2026-01-22T15:47:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-23T04:51:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-23T08:45:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.18",
"product": {
"name": "Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.18::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift GitOps"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3Addc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3A32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768880997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3Aae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768882111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3Aed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768882258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3A3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-operator-bundle@sha256%3Aa4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768883693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768880947"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3Ad529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3A1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768880997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3A6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768882111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3Aa0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768882258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3A10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768880947"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3Af87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3Af8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3Aa621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768880997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3Ab6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768882111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3Aab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768882258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3A43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768880947"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3A58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3Aa333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3Aa6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768880997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3Abca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768882111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3A792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768882258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3Ae73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768881033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3Ade7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768880947"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64 as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x as a component of Red Hat OpenShift GitOps 1.18",
"product_id": "Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13888",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"discovery_date": "2025-12-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418361"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenShift GitOps. Namespace admins can create ArgoCD Custom Resources (CRs) that trick the system into granting them elevated permissions in other namespaces, including privileged namespaces. An authenticated attacker can then use these elevated permissions to create privileged workloads that run on master nodes, effectively giving them root access to the entire cluster.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openshift-gitops-operator: OpenShift GitOps: Namespace Admin Cluster Takeover via Privileged Jobs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this vulnerability as Important instead of Critical. While full cluster compromise is possible, it requires the attacker to already possess authenticated namespace administrator credentials, reducing the attack surface to authorized internal users rather than external attackers.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13888"
},
{
"category": "external",
"summary": "RHBZ#2418361",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418361"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13888"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13888",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13888"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/commit/bc6ac3e03d7c8b3db5d8f1770c868396a4c2dcef",
"url": "https://github.com/redhat-developer/gitops-operator/commit/bc6ac3e03d7c8b3db5d8f1770c868396a4c2dcef"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/pull/897",
"url": "https://github.com/redhat-developer/gitops-operator/pull/897"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/releases/tag/v1.16.2",
"url": "https://github.com/redhat-developer/gitops-operator/releases/tag/v1.16.2"
}
],
"release_date": "2025-12-15T13:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T15:47:03+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1017"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openshift-gitops-operator: OpenShift GitOps: Namespace Admin Cluster Takeover via Privileged Jobs"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T15:47:03+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1017"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-55190",
"cwe": {
"id": "CWE-522",
"name": "Insufficiently Protected Credentials"
},
"discovery_date": "2025-08-21T07:09:49.658000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2390026"
}
],
"notes": [
{
"category": "description",
"text": "Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. In versions 2.13.0 through 2.13.8, 2.14.0 through 2.14.15, 3.0.0 through 3.0.12 and 3.1.0-rc1 through 3.1.1, API tokens with project-level permissions are able to retrieve sensitive repository credentials (usernames, passwords) through the project details API endpoint, even when the token only has standard application management permissions and no explicit access to secrets. This vulnerability does not only affect project-level permissions. Any token with project get permissions is also vulnerable, including global permissions such as: `p, role/user, projects, get, *, allow`. This issue is fixed in versions 2.13.9, 2.14.16, 3.0.14 and 3.1.2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-cd: Project API Token Exposes Repository Credentials",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has Important impact as exploitation requires some privileges granted by the system. An attacker would either need the ability to create an API token (via having valid login credentials) or to have stolen an API token from a legitimate user. It does not grant full control over the system, attackers can only tamper with the project(s) associated with an API token.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-55190"
},
{
"category": "external",
"summary": "RHBZ#2390026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2390026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-55190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55190"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-55190",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55190"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-786q-9hcg-v9ff",
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-786q-9hcg-v9ff"
}
],
"release_date": "2025-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T15:47:03+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1017"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/argoproj/argo-cd: Project API Token Exposes Repository Credentials"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T15:47:03+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1017"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T15:47:03+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1017"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68156",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-16T19:01:42.049157+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2422891"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr, an expression language and expression evaluation for Go. This vulnerability allows a denial of service (DoS) via recursive traversal over user-provided deeply nested or cyclic data structures without enforcing a maximum recursion depth, leading to a stack overflow panic and application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products utilizing the `Expr` Go library because it can lead to a denial-of-service. Exploitation requires an application to evaluate expressions against untrusted or insufficiently validated data structures containing deeply nested or cyclic references, which can cause a stack overflow and application crash. Products that do not process untrusted input with `Expr` are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "RHBZ#2422891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/870",
"url": "https://github.com/expr-lang/expr/pull/870"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6"
}
],
"release_date": "2025-12-16T18:24:11.648000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T15:47:03+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1017"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications using the `Expr` library should ensure that evaluation environments do not contain cyclic references. Additionally, externally supplied data structures must be validated or sanitized before being passed to `Expr` for evaluation. As a last-resort defensive measure, expression evaluation can be wrapped with panic recovery to prevent a full process crash.",
"product_ids": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:58b596569b8de68d7474d949fd30d9a1666f1f08ea81e8264b9132263b61377b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d529b4bbae3cfcf25ea91a29d3c9eb701ef6a3a54e6e0c0117c649f3e4dbe2dc_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ddc27dbea59c611ffb5394114a6c754397cc0032ba3487a3f03041ed34cfce30_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f87ac5bb84230c4c34f5404adbc45347a295fb1e60095c2e4ad1e0ea126382b5_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1ac33bdd539b1bf2033e27f3127badf1afd2d5fdeef9fd51f00feeffdd936f32_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:32ae33eb3d84b30020cb6732e5c84f76cbd2de6abdd7b42e72be887015c49d35_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a6141b3b5508dc9690ae15ebc3efd33a3fc71382a7dd449a954ffe181f8cd138_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a621f4cfd83907d57317ce941f470ba4b0fb5d599aab38db936e591dde426404_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:0330e4aab6eb9d7c54417d2a6c5aaf959319eb1c811ab91085570295dc19b258_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:259bb75abc6b464d9badf8b110ab239232152010ada0c407241fab47ecbbae6e_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:571c6d9d4e84c6fcd278e13f15e71b527b618ac7d98c477c516d91e0097ba40c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8286093133d109fe0d852491fda66c66d893527f3364c587b6d09823088bcba6_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0eb572fc96ae2e1973ce43515f03121965600bb09ef0b995eb467f5965c2246c_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1438757fd131c12d8ae3a1edb5757bc63114b882d00563be2857917611008418_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a333f6b8ae405b22c746a02bd38a125753a347e7e2c352ec690fa97388b3a40b_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f8d8f51bd4aeba9dcfd4edad0720410d289ac0e7a2642c90128d506d69d42c77_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:0f883371ffee9d87547a4dc9524a35c5e6cce840a722bf3a01b1be3c1396fdb1_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:6e8d1e3c7bee9c2c2bee357af24bae34510fe6b87075b98f5be34e41dd70d152_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:779c33c3679e47ebca0af343ba6e26d2723cfc9affdcee4df54078ef68278016_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:88d55cc7ec87db114cc60c9c7a67e9c6a69aae69c30a6c076bd94f239a84498c_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:6f16630ff37a5e18b5f8eee782edd6ada351a60b41fdab1bbfda27ebb297135a_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ae7a2d5c703f6caa7d4facffe3c141bed9739b88967f5a832cf9005b2f815561_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b6c961fab1178fcc25126ac214d0a7e15bf5738291e2e16c4e05ec320e54fcca_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:bca47a6bb7edb70b24927ea02484c91bc4ce35cc8ebb24f5d68cb28193e77fda_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:792cbe51a6e0f80d9a97b5a6a538a36f756467624144ad3af2c2da53f85db68c_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a0236e0cf364d15553a77f0c12f8f8c0bb12ebf2c49c43c68da4f3f28b93e781_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ab7de39ebdcc363fe61d919ebf430d6e533ddc108075c19f9c9e6d71938bfd6e_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ed37ac2ef10a9107672556fe62e19020d470745a0ec04378ed840949c49a6234_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:a4e9887db8647c4e958df4725f08340a9c6a462cd18fd2bf9c9f1fc939649740_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:10aa721d5a3c55fad979603898fa3b5d504c4911559b8615edfce9a5d0653ff0_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:3cde1fe9926ec2d6d7618cee7a053b1f66c8ebe1a5f6d9e097914b3d3d6f8ca1_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:43ba408b8ed58259bf338fd29260d936fbde9846f772d0580b3e7486ef8ea300_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:e73fa4b644e17e520cc9836d4b235a5ae02e10a6a21addc2ae959832d4e08143_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1992f4b3414b6955295827e06e8e5e635f754eb3e0b52ca181e80add613d1ba4_s390x",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cbde70be8f1035b0f45b02e0663c28aa444ea5bc2c8bca580ff164dcfff4196_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:7fbb7d98b130e1dc6c9f5f440244a05bff22e34ab70f5e57e45d4b70e4e3f8da_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:853107e7329e189ded3fc5ca657366e27010f468b1be813264efd9e2cf90c906_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:376ef09554debe6042424f2b4464922cf1aeb14d801fea5c81900d24ce028a39_ppc64le",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:4bb1a9bd246dac5d17ea6bb1556d7ebb87e794369f75913d3d197d2c55a48015_amd64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:54a92917be83722915ce05181652988342015eeb3e54fa3b4dd226d6fd493ccd_arm64",
"Red Hat OpenShift GitOps 1.18:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:de7cde72fcb72eccc9f5ea89eed7094e4c976c3e331c48ef450339323a326da1_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation"
}
]
}
RHSA-2025:23326
Vulnerability from csaf_redhat - Published: 2025-12-18 13:18 - Updated: 2026-01-22 22:38Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23326",
"url": "https://access.redhat.com/errata/RHSA-2025:23326"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23326.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:40+00:00",
"generator": {
"date": "2026-01-22T22:38:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23326",
"initial_release_date": "2025-12-18T13:18:48+00:00",
"revision_history": [
{
"date": "2025-12-18T13:18:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-18T13:18:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:40+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": "skopeo-2:1.20.0-2.el9_7.src",
"product": {
"name": "skopeo-2:1.20.0-2.el9_7.src",
"product_id": "skopeo-2:1.20.0-2.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.20.0-2.el9_7?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.20.0-2.el9_7.aarch64",
"product": {
"name": "skopeo-2:1.20.0-2.el9_7.aarch64",
"product_id": "skopeo-2:1.20.0-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.20.0-2.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.20.0-2.el9_7.aarch64",
"product": {
"name": "skopeo-tests-2:1.20.0-2.el9_7.aarch64",
"product_id": "skopeo-tests-2:1.20.0-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.20.0-2.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.20.0-2.el9_7.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.20.0-2.el9_7.aarch64",
"product_id": "skopeo-debugsource-2:1.20.0-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.20.0-2.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.20.0-2.el9_7.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.20.0-2.el9_7.aarch64",
"product_id": "skopeo-debuginfo-2:1.20.0-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.20.0-2.el9_7?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.20.0-2.el9_7.ppc64le",
"product": {
"name": "skopeo-2:1.20.0-2.el9_7.ppc64le",
"product_id": "skopeo-2:1.20.0-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.20.0-2.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.20.0-2.el9_7.ppc64le",
"product": {
"name": "skopeo-tests-2:1.20.0-2.el9_7.ppc64le",
"product_id": "skopeo-tests-2:1.20.0-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.20.0-2.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.20.0-2.el9_7.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.20.0-2.el9_7.ppc64le",
"product_id": "skopeo-debugsource-2:1.20.0-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.20.0-2.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.20.0-2.el9_7.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.20.0-2.el9_7.ppc64le",
"product_id": "skopeo-debuginfo-2:1.20.0-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.20.0-2.el9_7?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.20.0-2.el9_7.x86_64",
"product": {
"name": "skopeo-2:1.20.0-2.el9_7.x86_64",
"product_id": "skopeo-2:1.20.0-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.20.0-2.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.20.0-2.el9_7.x86_64",
"product": {
"name": "skopeo-tests-2:1.20.0-2.el9_7.x86_64",
"product_id": "skopeo-tests-2:1.20.0-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.20.0-2.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.20.0-2.el9_7.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.20.0-2.el9_7.x86_64",
"product_id": "skopeo-debugsource-2:1.20.0-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.20.0-2.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.20.0-2.el9_7.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.20.0-2.el9_7.x86_64",
"product_id": "skopeo-debuginfo-2:1.20.0-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.20.0-2.el9_7?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.20.0-2.el9_7.s390x",
"product": {
"name": "skopeo-2:1.20.0-2.el9_7.s390x",
"product_id": "skopeo-2:1.20.0-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.20.0-2.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.20.0-2.el9_7.s390x",
"product": {
"name": "skopeo-tests-2:1.20.0-2.el9_7.s390x",
"product_id": "skopeo-tests-2:1.20.0-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.20.0-2.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.20.0-2.el9_7.s390x",
"product": {
"name": "skopeo-debugsource-2:1.20.0-2.el9_7.s390x",
"product_id": "skopeo-debugsource-2:1.20.0-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.20.0-2.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.20.0-2.el9_7.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.20.0-2.el9_7.s390x",
"product_id": "skopeo-debuginfo-2:1.20.0-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.20.0-2.el9_7?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.20.0-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.aarch64"
},
"product_reference": "skopeo-2:1.20.0-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.20.0-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.ppc64le"
},
"product_reference": "skopeo-2:1.20.0-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.20.0-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.s390x"
},
"product_reference": "skopeo-2:1.20.0-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.20.0-2.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.src"
},
"product_reference": "skopeo-2:1.20.0-2.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.20.0-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.x86_64"
},
"product_reference": "skopeo-2:1.20.0-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.20.0-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.20.0-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.20.0-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.20.0-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.20.0-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.20.0-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.20.0-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.20.0-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.20.0-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.20.0-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.20.0-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.20.0-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.20.0-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.s390x"
},
"product_reference": "skopeo-debugsource-2:1.20.0-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.20.0-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.20.0-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.20.0-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.aarch64"
},
"product_reference": "skopeo-tests-2:1.20.0-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.20.0-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.ppc64le"
},
"product_reference": "skopeo-tests-2:1.20.0-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.20.0-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.s390x"
},
"product_reference": "skopeo-tests-2:1.20.0-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.20.0-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.x86_64"
},
"product_reference": "skopeo-tests-2:1.20.0-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.src",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-18T13:18:48+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:skopeo-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.src",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23326"
},
{
"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": [
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.src",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.src",
"AppStream-9.7.0.Z.MAIN:skopeo-2:1.20.0-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-debuginfo-2:1.20.0-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-debugsource-2:1.20.0-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:skopeo-tests-2:1.20.0-2.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23347
Vulnerability from csaf_redhat - Published: 2025-12-18 10:09 - Updated: 2026-01-22 22:38Notes
{
"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.0 Extended Update Support.\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* runc: container escape and denial of service due to arbitrary write gadgets and procfs write redirects (CVE-2025-52881)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23347",
"url": "https://access.redhat.com/errata/RHSA-2025:23347"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23347.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:40+00:00",
"generator": {
"date": "2026-01-22T22:38:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23347",
"initial_release_date": "2025-12-18T10:09:41+00:00",
"revision_history": [
{
"date": "2025-12-18T10:09:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-18T10:09:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:40+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. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-14.el10_0.src",
"product": {
"name": "podman-6:5.4.0-14.el10_0.src",
"product_id": "podman-6:5.4.0-14.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-14.el10_0?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-14.el10_0.aarch64",
"product": {
"name": "podman-6:5.4.0-14.el10_0.aarch64",
"product_id": "podman-6:5.4.0-14.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-14.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-14.el10_0.aarch64",
"product": {
"name": "podman-remote-6:5.4.0-14.el10_0.aarch64",
"product_id": "podman-remote-6:5.4.0-14.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-14.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"product": {
"name": "podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"product_id": "podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-14.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"product": {
"name": "podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"product_id": "podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-14.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"product_id": "podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-14.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"product_id": "podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-14.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-14.el10_0.aarch64",
"product": {
"name": "podman-tests-6:5.4.0-14.el10_0.aarch64",
"product_id": "podman-tests-6:5.4.0-14.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-14.el10_0?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-14.el10_0.ppc64le",
"product": {
"name": "podman-6:5.4.0-14.el10_0.ppc64le",
"product_id": "podman-6:5.4.0-14.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-14.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-14.el10_0.ppc64le",
"product": {
"name": "podman-remote-6:5.4.0-14.el10_0.ppc64le",
"product_id": "podman-remote-6:5.4.0-14.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-14.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"product": {
"name": "podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"product_id": "podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-14.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"product": {
"name": "podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"product_id": "podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-14.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"product_id": "podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-14.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"product_id": "podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-14.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-14.el10_0.ppc64le",
"product": {
"name": "podman-tests-6:5.4.0-14.el10_0.ppc64le",
"product_id": "podman-tests-6:5.4.0-14.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-14.el10_0?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-14.el10_0.x86_64",
"product": {
"name": "podman-6:5.4.0-14.el10_0.x86_64",
"product_id": "podman-6:5.4.0-14.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-14.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-14.el10_0.x86_64",
"product": {
"name": "podman-remote-6:5.4.0-14.el10_0.x86_64",
"product_id": "podman-remote-6:5.4.0-14.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-14.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"product": {
"name": "podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"product_id": "podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-14.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"product": {
"name": "podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"product_id": "podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-14.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"product_id": "podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-14.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64",
"product_id": "podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-14.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-14.el10_0.x86_64",
"product": {
"name": "podman-tests-6:5.4.0-14.el10_0.x86_64",
"product_id": "podman-tests-6:5.4.0-14.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-14.el10_0?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-14.el10_0.s390x",
"product": {
"name": "podman-6:5.4.0-14.el10_0.s390x",
"product_id": "podman-6:5.4.0-14.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-14.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-14.el10_0.s390x",
"product": {
"name": "podman-remote-6:5.4.0-14.el10_0.s390x",
"product_id": "podman-remote-6:5.4.0-14.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-14.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-14.el10_0.s390x",
"product": {
"name": "podman-debugsource-6:5.4.0-14.el10_0.s390x",
"product_id": "podman-debugsource-6:5.4.0-14.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-14.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"product": {
"name": "podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"product_id": "podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-14.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"product_id": "podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-14.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"product_id": "podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-14.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-14.el10_0.s390x",
"product": {
"name": "podman-tests-6:5.4.0-14.el10_0.s390x",
"product_id": "podman-tests-6:5.4.0-14.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-14.el10_0?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-6:5.4.0-14.el10_0.noarch",
"product": {
"name": "podman-docker-6:5.4.0-14.el10_0.noarch",
"product_id": "podman-docker-6:5.4.0-14.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.4.0-14.el10_0?arch=noarch\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-14.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src"
},
"product_reference": "podman-6:5.4.0-14.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-debugsource-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-6:5.4.0-14.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch"
},
"product_reference": "podman-docker-6:5.4.0-14.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-remote-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-remote-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-remote-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-remote-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-tests-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-tests-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-tests-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-tests-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-14.el10_0.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src"
},
"product_reference": "podman-6:5.4.0-14.el10_0.src",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-debugsource-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-6:5.4.0-14.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch"
},
"product_reference": "podman-docker-6:5.4.0-14.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-remote-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-remote-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-remote-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-remote-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-tests-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-tests-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-tests-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-tests-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-18T10:09:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23347"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-18T10:09:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23347"
},
{
"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": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-14.el10_0.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-14.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-14.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23737
Vulnerability from csaf_redhat - Published: 2025-12-22 01:43 - Updated: 2026-01-22 22:38Notes
{
"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 the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\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": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* os/exec: Unexpected paths returned from LookPath in os/exec (CVE-2025-47906)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23737",
"url": "https://access.redhat.com/errata/RHSA-2025:23737"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23737.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:45+00:00",
"generator": {
"date": "2026-01-22T22:38:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23737",
"initial_release_date": "2025-12-22T01:43:37+00:00",
"revision_history": [
{
"date": "2025-12-22T01:43:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-22T01:43:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"product": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src (go-toolset:rhel8)",
"product_id": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=src\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.13-3.module%2Bel8.8.0%2B23822%2Badd30b82?arch=src\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"product": {
"name": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src (go-toolset:rhel8)",
"product_id": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-18.module%2Bel8.8.0%2B23822%2Badd30b82?arch=src\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8)",
"product_id": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.13-3.module%2Bel8.8.0%2B23822%2Badd30b82?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64 (go-toolset:rhel8)",
"product_id": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-18.module%2Bel8.8.0%2B23822%2Badd30b82?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-18.module%2Bel8.8.0%2B23822%2Badd30b82?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64 (go-toolset:rhel8)",
"product_id": "golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.19.13-18.module%2Bel8.8.0%2B23822%2Badd30b82?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"product": {
"name": "golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch (go-toolset:rhel8)",
"product_id": "golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.19.13-18.module%2Bel8.8.0%2B23822%2Badd30b82?arch=noarch\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"product": {
"name": "golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch (go-toolset:rhel8)",
"product_id": "golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.19.13-18.module%2Bel8.8.0%2B23822%2Badd30b82?arch=noarch\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"product": {
"name": "golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch (go-toolset:rhel8)",
"product_id": "golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.19.13-18.module%2Bel8.8.0%2B23822%2Badd30b82?arch=noarch\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"product": {
"name": "golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch (go-toolset:rhel8)",
"product_id": "golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.19.13-18.module%2Bel8.8.0%2B23822%2Badd30b82?arch=noarch\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.13-3.module%2Bel8.8.0%2B23822%2Badd30b82?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le (go-toolset:rhel8)",
"product_id": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-18.module%2Bel8.8.0%2B23822%2Badd30b82?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-18.module%2Bel8.8.0%2B23822%2Badd30b82?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8080020251215161342:17f3f959"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"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-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T01:43:37+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-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23737"
},
{
"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": [
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T01:43:37+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-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23737"
},
{
"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": [
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-bin-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-docs-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-misc-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-race-0:1.19.13-18.module+el8.8.0+23822+add30b82.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-src-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-tests-0:1.19.13-18.module+el8.8.0+23822+add30b82.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23374
Vulnerability from csaf_redhat - Published: 2025-12-18 13:15 - Updated: 2026-01-22 22:38Notes
{
"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 the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.\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 container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23374",
"url": "https://access.redhat.com/errata/RHSA-2025:23374"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "RHEL-132818",
"url": "https://issues.redhat.com/browse/RHEL-132818"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23374.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:41+00:00",
"generator": {
"date": "2026-01-22T22:38:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23374",
"initial_release_date": "2025-12-18T13:15:55+00:00",
"revision_history": [
{
"date": "2025-12-18T13:15:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-18T13:15:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-6.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.9.0-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B23772%2Be5018371?arch=src\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-24.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-4:4.9.4-24.module+el8.10.0+23772+e5018371.noarch (container-tools:rhel8)",
"product_id": "podman-docker-4:4.9.4-24.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=noarch\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.9.0-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B23772%2Be5018371?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-6.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-6.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-6.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-6.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-6.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-6.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-6.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-6.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-6.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.12-3.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-6.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-6.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-6.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-24.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-5.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B23772%2Be5018371?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020251204131058:afee755d"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-24.module+el8.10.0+23772+e5018371.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-24.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-4:4.9.4-24.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-24.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-18T13:15:55+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-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-24.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23374"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-24.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-3.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-24.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-24.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-5.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+23772+e5018371.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+23772+e5018371.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22255
Vulnerability from csaf_redhat - Published: 2025-12-02 14:45 - Updated: 2026-01-22 22:38Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.20.6 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container\nPlatform 4.20.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container\nPlatform 4.20.6. See the following advisory for the container images for\nthis release:\n\nhttps://access.redhat.com/errata/RHSA-2025:22257\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map\n(CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:22255",
"url": "https://access.redhat.com/errata/RHSA-2025:22255"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22255.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.6 packages and security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:26+00:00",
"generator": {
"date": "2026-01-22T22:38:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:22255",
"initial_release_date": "2025-12-02T14:45:43+00:00",
"revision_history": [
{
"date": "2025-12-02T14:45:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-02T14:45:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.20",
"product": {
"name": "Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"product": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"product_id": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.33.6-2.rhaos4.20.git6d65309.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"product": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"product_id": "kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@3.21.0-4.rhaos4.20.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.68.1.el9_6.src",
"product": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.src",
"product_id": "kernel-0:5.14.0-570.68.1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.68.1.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product_id": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.33.6-2.rhaos4.20.git6d65309.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.33.6-2.rhaos4.20.git6d65309.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.33.6-2.rhaos4.20.git6d65309.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"product": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"product_id": "kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@3.21.0-4.rhaos4.20.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt-addons@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-devel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "perf-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "perf-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "rv-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "rv-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product_id": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.33.6-2.rhaos4.20.git6d65309.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.33.6-2.rhaos4.20.git6d65309.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.33.6-2.rhaos4.20.git6d65309.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"product": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"product_id": "kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@3.21.0-4.rhaos4.20.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-kvm@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-kvm@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "perf-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "perf-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "rv-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "rv-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product_id": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.33.6-2.rhaos4.20.git6d65309.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.33.6-2.rhaos4.20.git6d65309.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.33.6-2.rhaos4.20.git6d65309.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"product": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"product_id": "kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@3.21.0-4.rhaos4.20.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-devel@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product_id": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.33.6-2.rhaos4.20.git6d65309.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product_id": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.33.6-2.rhaos4.20.git6d65309.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.33.6-2.rhaos4.20.git6d65309.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"product": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"product_id": "kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@3.21.0-4.rhaos4.20.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "libperf-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-devel@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "perf-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "perf-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "rtla-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "rv-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "rv-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-570.68.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"product_id": "kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-570.68.1.el9_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64"
},
"product_reference": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le"
},
"product_reference": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x"
},
"product_reference": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src"
},
"product_reference": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64"
},
"product_reference": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64"
},
"product_reference": "kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le"
},
"product_reference": "kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x"
},
"product_reference": "kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.src as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.src"
},
"product_reference": "kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64"
},
"product_reference": "kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.src as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.src"
},
"product_reference": "kernel-0:5.14.0-570.68.1.el9_6.src",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-570.68.1.el9_6.noarch as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-doc-0:5.14.0-570.68.1.el9_6.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "libperf-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "perf-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "perf-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "perf-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "rtla-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "rv-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "rv-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "rv-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.src",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.src",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-02T14:45:43+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/",
"product_ids": [
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22255"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.src",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.src",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22738
Vulnerability from csaf_redhat - Published: 2025-12-04 08:53 - Updated: 2026-01-22 22:38Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Builds 1.5.2",
"title": "Topic"
},
{
"category": "general",
"text": "Releases of Red Hat OpenShift Builds 1.5.2",
"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:22738",
"url": "https://access.redhat.com/errata/RHSA-2025:22738"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/builds_for_red_hat_openshift/1.5",
"url": "https://docs.redhat.com/en/documentation/builds_for_red_hat_openshift/1.5"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22738.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Builds 1.5.2",
"tracking": {
"current_release_date": "2026-01-22T22:38:28+00:00",
"generator": {
"date": "2026-01-22T22:38:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:22738",
"initial_release_date": "2025-12-04T08:53:28+00:00",
"revision_history": [
{
"date": "2025-12-04T08:53:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-04T08:53:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Builds for Red Hat OpenShift 1.5.2",
"product": {
"name": "Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_builds:1.5::el9"
}
}
}
],
"category": "product_family",
"name": "Builds for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:c57bd298053314eb6694d021d2139449e2dbb197d8a6f303227550c64ca5c590_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:c57bd298053314eb6694d021d2139449e2dbb197d8a6f303227550c64ca5c590_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:c57bd298053314eb6694d021d2139449e2dbb197d8a6f303227550c64ca5c590_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3Ac57bd298053314eb6694d021d2139449e2dbb197d8a6f303227550c64ca5c590?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764669051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:d71dce31cfb6e05174d507b117f51560161aa71321645fb907b0c9c1a7945026_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:d71dce31cfb6e05174d507b117f51560161aa71321645fb907b0c9c1a7945026_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:d71dce31cfb6e05174d507b117f51560161aa71321645fb907b0c9c1a7945026_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3Ad71dce31cfb6e05174d507b117f51560161aa71321645fb907b0c9c1a7945026?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764671479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e1c5b843401882c08a8d024d514e2e6f32544a0c70d7aebb068c88626a8cf4f3_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e1c5b843401882c08a8d024d514e2e6f32544a0c70d7aebb068c88626a8cf4f3_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e1c5b843401882c08a8d024d514e2e6f32544a0c70d7aebb068c88626a8cf4f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3Ae1c5b843401882c08a8d024d514e2e6f32544a0c70d7aebb068c88626a8cf4f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764668770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5de897796e6547352761f1949408aee7a588cee9f957b172ea833cb20c261e0e_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5de897796e6547352761f1949408aee7a588cee9f957b172ea833cb20c261e0e_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5de897796e6547352761f1949408aee7a588cee9f957b172ea833cb20c261e0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A5de897796e6547352761f1949408aee7a588cee9f957b172ea833cb20c261e0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764669306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:0ae53436071d97f2189a269b6b1355da5a53f07512041212485d49e45e6c6e62_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:0ae53436071d97f2189a269b6b1355da5a53f07512041212485d49e45e6c6e62_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:0ae53436071d97f2189a269b6b1355da5a53f07512041212485d49e45e6c6e62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3A0ae53436071d97f2189a269b6b1355da5a53f07512041212485d49e45e6c6e62?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764685909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:08136dcb24a39cf3b073e1b417dca29be3c4ead6c6ace376b3d94b54cffc45d6_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:08136dcb24a39cf3b073e1b417dca29be3c4ead6c6ace376b3d94b54cffc45d6_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:08136dcb24a39cf3b073e1b417dca29be3c4ead6c6ace376b3d94b54cffc45d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-operator-bundle@sha256%3A08136dcb24a39cf3b073e1b417dca29be3c4ead6c6ace376b3d94b54cffc45d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764754044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:af94efc0e6cb25dd4b4d25bb5f25c972c06e347c3efce98c9c968e2c59230981_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:af94efc0e6cb25dd4b4d25bb5f25c972c06e347c3efce98c9c968e2c59230981_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:af94efc0e6cb25dd4b4d25bb5f25c972c06e347c3efce98c9c968e2c59230981_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3Aaf94efc0e6cb25dd4b4d25bb5f25c972c06e347c3efce98c9c968e2c59230981?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764684327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4e6a53932237ba482835caaf626ff8b19680182800cb4fb5febec29390dae25d_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4e6a53932237ba482835caaf626ff8b19680182800cb4fb5febec29390dae25d_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4e6a53932237ba482835caaf626ff8b19680182800cb4fb5febec29390dae25d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A4e6a53932237ba482835caaf626ff8b19680182800cb4fb5febec29390dae25d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764684194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:5f3fc793e3d16bcd149a9c20bbade2049805a46f6000204ec5d25fb276e18421_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:5f3fc793e3d16bcd149a9c20bbade2049805a46f6000204ec5d25fb276e18421_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:5f3fc793e3d16bcd149a9c20bbade2049805a46f6000204ec5d25fb276e18421_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A5f3fc793e3d16bcd149a9c20bbade2049805a46f6000204ec5d25fb276e18421?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764669053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:0539d36e9a3610d0e0b18a6c6d73e9d119d1de1a47b60ddfa358e809243fe327_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:0539d36e9a3610d0e0b18a6c6d73e9d119d1de1a47b60ddfa358e809243fe327_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:0539d36e9a3610d0e0b18a6c6d73e9d119d1de1a47b60ddfa358e809243fe327_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A0539d36e9a3610d0e0b18a6c6d73e9d119d1de1a47b60ddfa358e809243fe327?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764668641"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:24540bc47abba026a927779271c0b2799566a9e26e1781be39a3ca0e39b83ceb_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:24540bc47abba026a927779271c0b2799566a9e26e1781be39a3ca0e39b83ceb_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:24540bc47abba026a927779271c0b2799566a9e26e1781be39a3ca0e39b83ceb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A24540bc47abba026a927779271c0b2799566a9e26e1781be39a3ca0e39b83ceb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764669051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:cdc359bfe8ccadd5417f9b3f4ddd16e059faa6c4dc2d418148980b6369d0c225_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:cdc359bfe8ccadd5417f9b3f4ddd16e059faa6c4dc2d418148980b6369d0c225_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:cdc359bfe8ccadd5417f9b3f4ddd16e059faa6c4dc2d418148980b6369d0c225_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3Acdc359bfe8ccadd5417f9b3f4ddd16e059faa6c4dc2d418148980b6369d0c225?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764671479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f3d16c93fe3ed410e2b8b66fdd5d940209aa239f16564b069e3238f512b226d1_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f3d16c93fe3ed410e2b8b66fdd5d940209aa239f16564b069e3238f512b226d1_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f3d16c93fe3ed410e2b8b66fdd5d940209aa239f16564b069e3238f512b226d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3Af3d16c93fe3ed410e2b8b66fdd5d940209aa239f16564b069e3238f512b226d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764668770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:f6d552b830c09902f920be86e0ff6cd4e6be26d578070b44bc479583b129c43f_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:f6d552b830c09902f920be86e0ff6cd4e6be26d578070b44bc479583b129c43f_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:f6d552b830c09902f920be86e0ff6cd4e6be26d578070b44bc479583b129c43f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3Af6d552b830c09902f920be86e0ff6cd4e6be26d578070b44bc479583b129c43f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764669306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:39d31a5f2b87d8858837b694a48949057a4b558ab94ad88f24f21d6010e128fd_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:39d31a5f2b87d8858837b694a48949057a4b558ab94ad88f24f21d6010e128fd_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:39d31a5f2b87d8858837b694a48949057a4b558ab94ad88f24f21d6010e128fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3A39d31a5f2b87d8858837b694a48949057a4b558ab94ad88f24f21d6010e128fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764685909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:07a526ab934afe1167c96aa8f426a0ebe85a767b0ab41efd6cb94d215b3d3009_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:07a526ab934afe1167c96aa8f426a0ebe85a767b0ab41efd6cb94d215b3d3009_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:07a526ab934afe1167c96aa8f426a0ebe85a767b0ab41efd6cb94d215b3d3009_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A07a526ab934afe1167c96aa8f426a0ebe85a767b0ab41efd6cb94d215b3d3009?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764684327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:a5fc4510f50c20c9f6386e93127645799f0be893137d922319aead0306055d2a_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:a5fc4510f50c20c9f6386e93127645799f0be893137d922319aead0306055d2a_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:a5fc4510f50c20c9f6386e93127645799f0be893137d922319aead0306055d2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3Aa5fc4510f50c20c9f6386e93127645799f0be893137d922319aead0306055d2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764684194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:ccebcb2ece6dae492c71daa6484b85c8124159de553599b0db65874fb9f5b48b_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:ccebcb2ece6dae492c71daa6484b85c8124159de553599b0db65874fb9f5b48b_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:ccebcb2ece6dae492c71daa6484b85c8124159de553599b0db65874fb9f5b48b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Accebcb2ece6dae492c71daa6484b85c8124159de553599b0db65874fb9f5b48b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764669053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:66a3b75040cee1425e21daac068e3cacb91a7aa79d9837bbf00b276f63ba0a70_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:66a3b75040cee1425e21daac068e3cacb91a7aa79d9837bbf00b276f63ba0a70_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:66a3b75040cee1425e21daac068e3cacb91a7aa79d9837bbf00b276f63ba0a70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A66a3b75040cee1425e21daac068e3cacb91a7aa79d9837bbf00b276f63ba0a70?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764668641"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9bd022a86760ca2213432e694bffc98ce6e1d25c5c1f2ac1aba065c324f3289d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9bd022a86760ca2213432e694bffc98ce6e1d25c5c1f2ac1aba065c324f3289d_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9bd022a86760ca2213432e694bffc98ce6e1d25c5c1f2ac1aba065c324f3289d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A9bd022a86760ca2213432e694bffc98ce6e1d25c5c1f2ac1aba065c324f3289d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764669051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:336c5b01f4a9b2a5682b3e630cf6ddf0db1a32e77a5083c24ad4df9b3e59b83c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:336c5b01f4a9b2a5682b3e630cf6ddf0db1a32e77a5083c24ad4df9b3e59b83c_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:336c5b01f4a9b2a5682b3e630cf6ddf0db1a32e77a5083c24ad4df9b3e59b83c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A336c5b01f4a9b2a5682b3e630cf6ddf0db1a32e77a5083c24ad4df9b3e59b83c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764671479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:c367da7eef382eb33cce9c275920f5ed5894902a0cd4a54aa24ea4692f63a3b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:c367da7eef382eb33cce9c275920f5ed5894902a0cd4a54aa24ea4692f63a3b6_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:c367da7eef382eb33cce9c275920f5ed5894902a0cd4a54aa24ea4692f63a3b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3Ac367da7eef382eb33cce9c275920f5ed5894902a0cd4a54aa24ea4692f63a3b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764668770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c7925c809de9f1a1f2f682480e228c62224f219ac5ecaaed23eb3f0874a55c05_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c7925c809de9f1a1f2f682480e228c62224f219ac5ecaaed23eb3f0874a55c05_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c7925c809de9f1a1f2f682480e228c62224f219ac5ecaaed23eb3f0874a55c05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3Ac7925c809de9f1a1f2f682480e228c62224f219ac5ecaaed23eb3f0874a55c05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764669306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:37ab20798256cfa63f0abe065cd5aa98f8bbb4ac2bceb4382174da1f4f5eeed2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:37ab20798256cfa63f0abe065cd5aa98f8bbb4ac2bceb4382174da1f4f5eeed2_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:37ab20798256cfa63f0abe065cd5aa98f8bbb4ac2bceb4382174da1f4f5eeed2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3A37ab20798256cfa63f0abe065cd5aa98f8bbb4ac2bceb4382174da1f4f5eeed2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764685909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:34cd668aa911e4e669a5066b487c29b055497c005131d36d0391b4bdc136b572_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:34cd668aa911e4e669a5066b487c29b055497c005131d36d0391b4bdc136b572_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:34cd668aa911e4e669a5066b487c29b055497c005131d36d0391b4bdc136b572_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A34cd668aa911e4e669a5066b487c29b055497c005131d36d0391b4bdc136b572?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764684327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:5f54e7472a2fcc5d95f08ada44e90b9b577478563899ef1e82c000799c0bc764_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:5f54e7472a2fcc5d95f08ada44e90b9b577478563899ef1e82c000799c0bc764_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:5f54e7472a2fcc5d95f08ada44e90b9b577478563899ef1e82c000799c0bc764_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A5f54e7472a2fcc5d95f08ada44e90b9b577478563899ef1e82c000799c0bc764?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764684194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:6684711b250e2db920a4e2ff7d109339545f43676a9001c8a364111c9d38c024_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:6684711b250e2db920a4e2ff7d109339545f43676a9001c8a364111c9d38c024_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:6684711b250e2db920a4e2ff7d109339545f43676a9001c8a364111c9d38c024_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A6684711b250e2db920a4e2ff7d109339545f43676a9001c8a364111c9d38c024?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764669053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:af1c795c2d58689fd3c0ddc8783cdb2f5a102462ef3f3dac57ab10f337ca36eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:af1c795c2d58689fd3c0ddc8783cdb2f5a102462ef3f3dac57ab10f337ca36eb_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:af1c795c2d58689fd3c0ddc8783cdb2f5a102462ef3f3dac57ab10f337ca36eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3Aaf1c795c2d58689fd3c0ddc8783cdb2f5a102462ef3f3dac57ab10f337ca36eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764668641"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a992a2b6b9523cd5c294a07aa4df233f8654915eb1e682e99a7901f2330e1493_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a992a2b6b9523cd5c294a07aa4df233f8654915eb1e682e99a7901f2330e1493_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a992a2b6b9523cd5c294a07aa4df233f8654915eb1e682e99a7901f2330e1493_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3Aa992a2b6b9523cd5c294a07aa4df233f8654915eb1e682e99a7901f2330e1493?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764669051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:1952f3d44a5f60dd1976953e13b820d6cf332c196a99918d5abae18aa159eee0_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:1952f3d44a5f60dd1976953e13b820d6cf332c196a99918d5abae18aa159eee0_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:1952f3d44a5f60dd1976953e13b820d6cf332c196a99918d5abae18aa159eee0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A1952f3d44a5f60dd1976953e13b820d6cf332c196a99918d5abae18aa159eee0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764671479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a852c8470a606cedd2dfa7c9e8a97675b80351d07532ccfec51eb8b78021ad3e_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a852c8470a606cedd2dfa7c9e8a97675b80351d07532ccfec51eb8b78021ad3e_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a852c8470a606cedd2dfa7c9e8a97675b80351d07532ccfec51eb8b78021ad3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3Aa852c8470a606cedd2dfa7c9e8a97675b80351d07532ccfec51eb8b78021ad3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764668770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5b94835354e7949feffafa60c42e32cccc28433cb83a807512a0717d559532ac_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5b94835354e7949feffafa60c42e32cccc28433cb83a807512a0717d559532ac_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5b94835354e7949feffafa60c42e32cccc28433cb83a807512a0717d559532ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A5b94835354e7949feffafa60c42e32cccc28433cb83a807512a0717d559532ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764669306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:df15fd450dac94e291ebdb50f1923bbdbfe22737d3b8196c11ebe575937357b0_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:df15fd450dac94e291ebdb50f1923bbdbfe22737d3b8196c11ebe575937357b0_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:df15fd450dac94e291ebdb50f1923bbdbfe22737d3b8196c11ebe575937357b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3Adf15fd450dac94e291ebdb50f1923bbdbfe22737d3b8196c11ebe575937357b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764685909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:b9e99401e2b914792c60b0266c35136dd4ca8a899bd533ec79f1ea8a29cf4e9c_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:b9e99401e2b914792c60b0266c35136dd4ca8a899bd533ec79f1ea8a29cf4e9c_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:b9e99401e2b914792c60b0266c35136dd4ca8a899bd533ec79f1ea8a29cf4e9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3Ab9e99401e2b914792c60b0266c35136dd4ca8a899bd533ec79f1ea8a29cf4e9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764684327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:7bd6f68e6327edcdb079012c6ea197c027914faf40fe9e214632702ae85eb36b_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:7bd6f68e6327edcdb079012c6ea197c027914faf40fe9e214632702ae85eb36b_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:7bd6f68e6327edcdb079012c6ea197c027914faf40fe9e214632702ae85eb36b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A7bd6f68e6327edcdb079012c6ea197c027914faf40fe9e214632702ae85eb36b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764684194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:00e07a46148e15e81aee1196ca4f7fcc365676667f598e221a03c83665b197b3_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:00e07a46148e15e81aee1196ca4f7fcc365676667f598e221a03c83665b197b3_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:00e07a46148e15e81aee1196ca4f7fcc365676667f598e221a03c83665b197b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A00e07a46148e15e81aee1196ca4f7fcc365676667f598e221a03c83665b197b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764669053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d195c893ef81b1dd0d946e8660bfb4c8e0fd1452822bb5fbd7eb1e2b5097dcb_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d195c893ef81b1dd0d946e8660bfb4c8e0fd1452822bb5fbd7eb1e2b5097dcb_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d195c893ef81b1dd0d946e8660bfb4c8e0fd1452822bb5fbd7eb1e2b5097dcb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A8d195c893ef81b1dd0d946e8660bfb4c8e0fd1452822bb5fbd7eb1e2b5097dcb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.5.2-1764668641"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:24540bc47abba026a927779271c0b2799566a9e26e1781be39a3ca0e39b83ceb_arm64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:24540bc47abba026a927779271c0b2799566a9e26e1781be39a3ca0e39b83ceb_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:24540bc47abba026a927779271c0b2799566a9e26e1781be39a3ca0e39b83ceb_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9bd022a86760ca2213432e694bffc98ce6e1d25c5c1f2ac1aba065c324f3289d_ppc64le as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9bd022a86760ca2213432e694bffc98ce6e1d25c5c1f2ac1aba065c324f3289d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9bd022a86760ca2213432e694bffc98ce6e1d25c5c1f2ac1aba065c324f3289d_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a992a2b6b9523cd5c294a07aa4df233f8654915eb1e682e99a7901f2330e1493_s390x as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a992a2b6b9523cd5c294a07aa4df233f8654915eb1e682e99a7901f2330e1493_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a992a2b6b9523cd5c294a07aa4df233f8654915eb1e682e99a7901f2330e1493_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:c57bd298053314eb6694d021d2139449e2dbb197d8a6f303227550c64ca5c590_amd64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:c57bd298053314eb6694d021d2139449e2dbb197d8a6f303227550c64ca5c590_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:c57bd298053314eb6694d021d2139449e2dbb197d8a6f303227550c64ca5c590_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:1952f3d44a5f60dd1976953e13b820d6cf332c196a99918d5abae18aa159eee0_s390x as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:1952f3d44a5f60dd1976953e13b820d6cf332c196a99918d5abae18aa159eee0_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:1952f3d44a5f60dd1976953e13b820d6cf332c196a99918d5abae18aa159eee0_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:336c5b01f4a9b2a5682b3e630cf6ddf0db1a32e77a5083c24ad4df9b3e59b83c_ppc64le as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:336c5b01f4a9b2a5682b3e630cf6ddf0db1a32e77a5083c24ad4df9b3e59b83c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:336c5b01f4a9b2a5682b3e630cf6ddf0db1a32e77a5083c24ad4df9b3e59b83c_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:cdc359bfe8ccadd5417f9b3f4ddd16e059faa6c4dc2d418148980b6369d0c225_arm64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:cdc359bfe8ccadd5417f9b3f4ddd16e059faa6c4dc2d418148980b6369d0c225_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:cdc359bfe8ccadd5417f9b3f4ddd16e059faa6c4dc2d418148980b6369d0c225_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:d71dce31cfb6e05174d507b117f51560161aa71321645fb907b0c9c1a7945026_amd64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:d71dce31cfb6e05174d507b117f51560161aa71321645fb907b0c9c1a7945026_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:d71dce31cfb6e05174d507b117f51560161aa71321645fb907b0c9c1a7945026_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a852c8470a606cedd2dfa7c9e8a97675b80351d07532ccfec51eb8b78021ad3e_s390x as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a852c8470a606cedd2dfa7c9e8a97675b80351d07532ccfec51eb8b78021ad3e_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a852c8470a606cedd2dfa7c9e8a97675b80351d07532ccfec51eb8b78021ad3e_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:c367da7eef382eb33cce9c275920f5ed5894902a0cd4a54aa24ea4692f63a3b6_ppc64le as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:c367da7eef382eb33cce9c275920f5ed5894902a0cd4a54aa24ea4692f63a3b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:c367da7eef382eb33cce9c275920f5ed5894902a0cd4a54aa24ea4692f63a3b6_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e1c5b843401882c08a8d024d514e2e6f32544a0c70d7aebb068c88626a8cf4f3_amd64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e1c5b843401882c08a8d024d514e2e6f32544a0c70d7aebb068c88626a8cf4f3_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e1c5b843401882c08a8d024d514e2e6f32544a0c70d7aebb068c88626a8cf4f3_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f3d16c93fe3ed410e2b8b66fdd5d940209aa239f16564b069e3238f512b226d1_arm64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f3d16c93fe3ed410e2b8b66fdd5d940209aa239f16564b069e3238f512b226d1_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f3d16c93fe3ed410e2b8b66fdd5d940209aa239f16564b069e3238f512b226d1_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5b94835354e7949feffafa60c42e32cccc28433cb83a807512a0717d559532ac_s390x as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5b94835354e7949feffafa60c42e32cccc28433cb83a807512a0717d559532ac_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5b94835354e7949feffafa60c42e32cccc28433cb83a807512a0717d559532ac_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5de897796e6547352761f1949408aee7a588cee9f957b172ea833cb20c261e0e_amd64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5de897796e6547352761f1949408aee7a588cee9f957b172ea833cb20c261e0e_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5de897796e6547352761f1949408aee7a588cee9f957b172ea833cb20c261e0e_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c7925c809de9f1a1f2f682480e228c62224f219ac5ecaaed23eb3f0874a55c05_ppc64le as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c7925c809de9f1a1f2f682480e228c62224f219ac5ecaaed23eb3f0874a55c05_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c7925c809de9f1a1f2f682480e228c62224f219ac5ecaaed23eb3f0874a55c05_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:f6d552b830c09902f920be86e0ff6cd4e6be26d578070b44bc479583b129c43f_arm64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:f6d552b830c09902f920be86e0ff6cd4e6be26d578070b44bc479583b129c43f_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:f6d552b830c09902f920be86e0ff6cd4e6be26d578070b44bc479583b129c43f_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:08136dcb24a39cf3b073e1b417dca29be3c4ead6c6ace376b3d94b54cffc45d6_amd64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:08136dcb24a39cf3b073e1b417dca29be3c4ead6c6ace376b3d94b54cffc45d6_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:08136dcb24a39cf3b073e1b417dca29be3c4ead6c6ace376b3d94b54cffc45d6_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:0ae53436071d97f2189a269b6b1355da5a53f07512041212485d49e45e6c6e62_amd64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:0ae53436071d97f2189a269b6b1355da5a53f07512041212485d49e45e6c6e62_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:0ae53436071d97f2189a269b6b1355da5a53f07512041212485d49e45e6c6e62_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:37ab20798256cfa63f0abe065cd5aa98f8bbb4ac2bceb4382174da1f4f5eeed2_ppc64le as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:37ab20798256cfa63f0abe065cd5aa98f8bbb4ac2bceb4382174da1f4f5eeed2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:37ab20798256cfa63f0abe065cd5aa98f8bbb4ac2bceb4382174da1f4f5eeed2_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:39d31a5f2b87d8858837b694a48949057a4b558ab94ad88f24f21d6010e128fd_arm64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:39d31a5f2b87d8858837b694a48949057a4b558ab94ad88f24f21d6010e128fd_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:39d31a5f2b87d8858837b694a48949057a4b558ab94ad88f24f21d6010e128fd_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:df15fd450dac94e291ebdb50f1923bbdbfe22737d3b8196c11ebe575937357b0_s390x as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:df15fd450dac94e291ebdb50f1923bbdbfe22737d3b8196c11ebe575937357b0_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:df15fd450dac94e291ebdb50f1923bbdbfe22737d3b8196c11ebe575937357b0_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:07a526ab934afe1167c96aa8f426a0ebe85a767b0ab41efd6cb94d215b3d3009_arm64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:07a526ab934afe1167c96aa8f426a0ebe85a767b0ab41efd6cb94d215b3d3009_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:07a526ab934afe1167c96aa8f426a0ebe85a767b0ab41efd6cb94d215b3d3009_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:34cd668aa911e4e669a5066b487c29b055497c005131d36d0391b4bdc136b572_ppc64le as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:34cd668aa911e4e669a5066b487c29b055497c005131d36d0391b4bdc136b572_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:34cd668aa911e4e669a5066b487c29b055497c005131d36d0391b4bdc136b572_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:af94efc0e6cb25dd4b4d25bb5f25c972c06e347c3efce98c9c968e2c59230981_amd64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:af94efc0e6cb25dd4b4d25bb5f25c972c06e347c3efce98c9c968e2c59230981_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:af94efc0e6cb25dd4b4d25bb5f25c972c06e347c3efce98c9c968e2c59230981_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:b9e99401e2b914792c60b0266c35136dd4ca8a899bd533ec79f1ea8a29cf4e9c_s390x as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:b9e99401e2b914792c60b0266c35136dd4ca8a899bd533ec79f1ea8a29cf4e9c_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:b9e99401e2b914792c60b0266c35136dd4ca8a899bd533ec79f1ea8a29cf4e9c_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4e6a53932237ba482835caaf626ff8b19680182800cb4fb5febec29390dae25d_amd64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4e6a53932237ba482835caaf626ff8b19680182800cb4fb5febec29390dae25d_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4e6a53932237ba482835caaf626ff8b19680182800cb4fb5febec29390dae25d_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:5f54e7472a2fcc5d95f08ada44e90b9b577478563899ef1e82c000799c0bc764_ppc64le as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:5f54e7472a2fcc5d95f08ada44e90b9b577478563899ef1e82c000799c0bc764_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:5f54e7472a2fcc5d95f08ada44e90b9b577478563899ef1e82c000799c0bc764_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:7bd6f68e6327edcdb079012c6ea197c027914faf40fe9e214632702ae85eb36b_s390x as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:7bd6f68e6327edcdb079012c6ea197c027914faf40fe9e214632702ae85eb36b_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:7bd6f68e6327edcdb079012c6ea197c027914faf40fe9e214632702ae85eb36b_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:a5fc4510f50c20c9f6386e93127645799f0be893137d922319aead0306055d2a_arm64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:a5fc4510f50c20c9f6386e93127645799f0be893137d922319aead0306055d2a_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:a5fc4510f50c20c9f6386e93127645799f0be893137d922319aead0306055d2a_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:00e07a46148e15e81aee1196ca4f7fcc365676667f598e221a03c83665b197b3_s390x as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:00e07a46148e15e81aee1196ca4f7fcc365676667f598e221a03c83665b197b3_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:00e07a46148e15e81aee1196ca4f7fcc365676667f598e221a03c83665b197b3_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:5f3fc793e3d16bcd149a9c20bbade2049805a46f6000204ec5d25fb276e18421_amd64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:5f3fc793e3d16bcd149a9c20bbade2049805a46f6000204ec5d25fb276e18421_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:5f3fc793e3d16bcd149a9c20bbade2049805a46f6000204ec5d25fb276e18421_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:6684711b250e2db920a4e2ff7d109339545f43676a9001c8a364111c9d38c024_ppc64le as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:6684711b250e2db920a4e2ff7d109339545f43676a9001c8a364111c9d38c024_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:6684711b250e2db920a4e2ff7d109339545f43676a9001c8a364111c9d38c024_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:ccebcb2ece6dae492c71daa6484b85c8124159de553599b0db65874fb9f5b48b_arm64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:ccebcb2ece6dae492c71daa6484b85c8124159de553599b0db65874fb9f5b48b_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:ccebcb2ece6dae492c71daa6484b85c8124159de553599b0db65874fb9f5b48b_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:0539d36e9a3610d0e0b18a6c6d73e9d119d1de1a47b60ddfa358e809243fe327_amd64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:0539d36e9a3610d0e0b18a6c6d73e9d119d1de1a47b60ddfa358e809243fe327_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:0539d36e9a3610d0e0b18a6c6d73e9d119d1de1a47b60ddfa358e809243fe327_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:66a3b75040cee1425e21daac068e3cacb91a7aa79d9837bbf00b276f63ba0a70_arm64 as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:66a3b75040cee1425e21daac068e3cacb91a7aa79d9837bbf00b276f63ba0a70_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:66a3b75040cee1425e21daac068e3cacb91a7aa79d9837bbf00b276f63ba0a70_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d195c893ef81b1dd0d946e8660bfb4c8e0fd1452822bb5fbd7eb1e2b5097dcb_s390x as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d195c893ef81b1dd0d946e8660bfb4c8e0fd1452822bb5fbd7eb1e2b5097dcb_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d195c893ef81b1dd0d946e8660bfb4c8e0fd1452822bb5fbd7eb1e2b5097dcb_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:af1c795c2d58689fd3c0ddc8783cdb2f5a102462ef3f3dac57ab10f337ca36eb_ppc64le as a component of Builds for Red Hat OpenShift 1.5.2",
"product_id": "Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:af1c795c2d58689fd3c0ddc8783cdb2f5a102462ef3f3dac57ab10f337ca36eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:af1c795c2d58689fd3c0ddc8783cdb2f5a102462ef3f3dac57ab10f337ca36eb_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.5.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:24540bc47abba026a927779271c0b2799566a9e26e1781be39a3ca0e39b83ceb_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9bd022a86760ca2213432e694bffc98ce6e1d25c5c1f2ac1aba065c324f3289d_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a992a2b6b9523cd5c294a07aa4df233f8654915eb1e682e99a7901f2330e1493_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:c57bd298053314eb6694d021d2139449e2dbb197d8a6f303227550c64ca5c590_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:1952f3d44a5f60dd1976953e13b820d6cf332c196a99918d5abae18aa159eee0_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:336c5b01f4a9b2a5682b3e630cf6ddf0db1a32e77a5083c24ad4df9b3e59b83c_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:cdc359bfe8ccadd5417f9b3f4ddd16e059faa6c4dc2d418148980b6369d0c225_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:d71dce31cfb6e05174d507b117f51560161aa71321645fb907b0c9c1a7945026_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a852c8470a606cedd2dfa7c9e8a97675b80351d07532ccfec51eb8b78021ad3e_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:c367da7eef382eb33cce9c275920f5ed5894902a0cd4a54aa24ea4692f63a3b6_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e1c5b843401882c08a8d024d514e2e6f32544a0c70d7aebb068c88626a8cf4f3_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f3d16c93fe3ed410e2b8b66fdd5d940209aa239f16564b069e3238f512b226d1_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5b94835354e7949feffafa60c42e32cccc28433cb83a807512a0717d559532ac_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5de897796e6547352761f1949408aee7a588cee9f957b172ea833cb20c261e0e_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c7925c809de9f1a1f2f682480e228c62224f219ac5ecaaed23eb3f0874a55c05_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:f6d552b830c09902f920be86e0ff6cd4e6be26d578070b44bc479583b129c43f_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:08136dcb24a39cf3b073e1b417dca29be3c4ead6c6ace376b3d94b54cffc45d6_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:0ae53436071d97f2189a269b6b1355da5a53f07512041212485d49e45e6c6e62_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:37ab20798256cfa63f0abe065cd5aa98f8bbb4ac2bceb4382174da1f4f5eeed2_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:39d31a5f2b87d8858837b694a48949057a4b558ab94ad88f24f21d6010e128fd_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:df15fd450dac94e291ebdb50f1923bbdbfe22737d3b8196c11ebe575937357b0_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:07a526ab934afe1167c96aa8f426a0ebe85a767b0ab41efd6cb94d215b3d3009_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:34cd668aa911e4e669a5066b487c29b055497c005131d36d0391b4bdc136b572_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:af94efc0e6cb25dd4b4d25bb5f25c972c06e347c3efce98c9c968e2c59230981_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:b9e99401e2b914792c60b0266c35136dd4ca8a899bd533ec79f1ea8a29cf4e9c_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4e6a53932237ba482835caaf626ff8b19680182800cb4fb5febec29390dae25d_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:5f54e7472a2fcc5d95f08ada44e90b9b577478563899ef1e82c000799c0bc764_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:7bd6f68e6327edcdb079012c6ea197c027914faf40fe9e214632702ae85eb36b_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:a5fc4510f50c20c9f6386e93127645799f0be893137d922319aead0306055d2a_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:0539d36e9a3610d0e0b18a6c6d73e9d119d1de1a47b60ddfa358e809243fe327_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:66a3b75040cee1425e21daac068e3cacb91a7aa79d9837bbf00b276f63ba0a70_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d195c893ef81b1dd0d946e8660bfb4c8e0fd1452822bb5fbd7eb1e2b5097dcb_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:af1c795c2d58689fd3c0ddc8783cdb2f5a102462ef3f3dac57ab10f337ca36eb_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:00e07a46148e15e81aee1196ca4f7fcc365676667f598e221a03c83665b197b3_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:5f3fc793e3d16bcd149a9c20bbade2049805a46f6000204ec5d25fb276e18421_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:6684711b250e2db920a4e2ff7d109339545f43676a9001c8a364111c9d38c024_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:ccebcb2ece6dae492c71daa6484b85c8124159de553599b0db65874fb9f5b48b_arm64"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:24540bc47abba026a927779271c0b2799566a9e26e1781be39a3ca0e39b83ceb_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9bd022a86760ca2213432e694bffc98ce6e1d25c5c1f2ac1aba065c324f3289d_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a992a2b6b9523cd5c294a07aa4df233f8654915eb1e682e99a7901f2330e1493_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:c57bd298053314eb6694d021d2139449e2dbb197d8a6f303227550c64ca5c590_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:1952f3d44a5f60dd1976953e13b820d6cf332c196a99918d5abae18aa159eee0_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:336c5b01f4a9b2a5682b3e630cf6ddf0db1a32e77a5083c24ad4df9b3e59b83c_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:cdc359bfe8ccadd5417f9b3f4ddd16e059faa6c4dc2d418148980b6369d0c225_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:d71dce31cfb6e05174d507b117f51560161aa71321645fb907b0c9c1a7945026_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a852c8470a606cedd2dfa7c9e8a97675b80351d07532ccfec51eb8b78021ad3e_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:c367da7eef382eb33cce9c275920f5ed5894902a0cd4a54aa24ea4692f63a3b6_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e1c5b843401882c08a8d024d514e2e6f32544a0c70d7aebb068c88626a8cf4f3_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f3d16c93fe3ed410e2b8b66fdd5d940209aa239f16564b069e3238f512b226d1_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5b94835354e7949feffafa60c42e32cccc28433cb83a807512a0717d559532ac_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5de897796e6547352761f1949408aee7a588cee9f957b172ea833cb20c261e0e_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c7925c809de9f1a1f2f682480e228c62224f219ac5ecaaed23eb3f0874a55c05_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:f6d552b830c09902f920be86e0ff6cd4e6be26d578070b44bc479583b129c43f_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:08136dcb24a39cf3b073e1b417dca29be3c4ead6c6ace376b3d94b54cffc45d6_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:0ae53436071d97f2189a269b6b1355da5a53f07512041212485d49e45e6c6e62_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:37ab20798256cfa63f0abe065cd5aa98f8bbb4ac2bceb4382174da1f4f5eeed2_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:39d31a5f2b87d8858837b694a48949057a4b558ab94ad88f24f21d6010e128fd_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:df15fd450dac94e291ebdb50f1923bbdbfe22737d3b8196c11ebe575937357b0_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:07a526ab934afe1167c96aa8f426a0ebe85a767b0ab41efd6cb94d215b3d3009_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:34cd668aa911e4e669a5066b487c29b055497c005131d36d0391b4bdc136b572_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:af94efc0e6cb25dd4b4d25bb5f25c972c06e347c3efce98c9c968e2c59230981_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:b9e99401e2b914792c60b0266c35136dd4ca8a899bd533ec79f1ea8a29cf4e9c_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4e6a53932237ba482835caaf626ff8b19680182800cb4fb5febec29390dae25d_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:5f54e7472a2fcc5d95f08ada44e90b9b577478563899ef1e82c000799c0bc764_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:7bd6f68e6327edcdb079012c6ea197c027914faf40fe9e214632702ae85eb36b_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:a5fc4510f50c20c9f6386e93127645799f0be893137d922319aead0306055d2a_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:0539d36e9a3610d0e0b18a6c6d73e9d119d1de1a47b60ddfa358e809243fe327_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:66a3b75040cee1425e21daac068e3cacb91a7aa79d9837bbf00b276f63ba0a70_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d195c893ef81b1dd0d946e8660bfb4c8e0fd1452822bb5fbd7eb1e2b5097dcb_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:af1c795c2d58689fd3c0ddc8783cdb2f5a102462ef3f3dac57ab10f337ca36eb_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T08:53:28+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.5.1 upgrades to to 1.5.2",
"product_ids": [
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:00e07a46148e15e81aee1196ca4f7fcc365676667f598e221a03c83665b197b3_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:5f3fc793e3d16bcd149a9c20bbade2049805a46f6000204ec5d25fb276e18421_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:6684711b250e2db920a4e2ff7d109339545f43676a9001c8a364111c9d38c024_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:ccebcb2ece6dae492c71daa6484b85c8124159de553599b0db65874fb9f5b48b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22738"
},
{
"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": [
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:24540bc47abba026a927779271c0b2799566a9e26e1781be39a3ca0e39b83ceb_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9bd022a86760ca2213432e694bffc98ce6e1d25c5c1f2ac1aba065c324f3289d_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a992a2b6b9523cd5c294a07aa4df233f8654915eb1e682e99a7901f2330e1493_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:c57bd298053314eb6694d021d2139449e2dbb197d8a6f303227550c64ca5c590_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:1952f3d44a5f60dd1976953e13b820d6cf332c196a99918d5abae18aa159eee0_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:336c5b01f4a9b2a5682b3e630cf6ddf0db1a32e77a5083c24ad4df9b3e59b83c_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:cdc359bfe8ccadd5417f9b3f4ddd16e059faa6c4dc2d418148980b6369d0c225_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:d71dce31cfb6e05174d507b117f51560161aa71321645fb907b0c9c1a7945026_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a852c8470a606cedd2dfa7c9e8a97675b80351d07532ccfec51eb8b78021ad3e_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:c367da7eef382eb33cce9c275920f5ed5894902a0cd4a54aa24ea4692f63a3b6_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e1c5b843401882c08a8d024d514e2e6f32544a0c70d7aebb068c88626a8cf4f3_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f3d16c93fe3ed410e2b8b66fdd5d940209aa239f16564b069e3238f512b226d1_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5b94835354e7949feffafa60c42e32cccc28433cb83a807512a0717d559532ac_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5de897796e6547352761f1949408aee7a588cee9f957b172ea833cb20c261e0e_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c7925c809de9f1a1f2f682480e228c62224f219ac5ecaaed23eb3f0874a55c05_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:f6d552b830c09902f920be86e0ff6cd4e6be26d578070b44bc479583b129c43f_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:08136dcb24a39cf3b073e1b417dca29be3c4ead6c6ace376b3d94b54cffc45d6_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:0ae53436071d97f2189a269b6b1355da5a53f07512041212485d49e45e6c6e62_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:37ab20798256cfa63f0abe065cd5aa98f8bbb4ac2bceb4382174da1f4f5eeed2_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:39d31a5f2b87d8858837b694a48949057a4b558ab94ad88f24f21d6010e128fd_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:df15fd450dac94e291ebdb50f1923bbdbfe22737d3b8196c11ebe575937357b0_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:07a526ab934afe1167c96aa8f426a0ebe85a767b0ab41efd6cb94d215b3d3009_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:34cd668aa911e4e669a5066b487c29b055497c005131d36d0391b4bdc136b572_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:af94efc0e6cb25dd4b4d25bb5f25c972c06e347c3efce98c9c968e2c59230981_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:b9e99401e2b914792c60b0266c35136dd4ca8a899bd533ec79f1ea8a29cf4e9c_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4e6a53932237ba482835caaf626ff8b19680182800cb4fb5febec29390dae25d_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:5f54e7472a2fcc5d95f08ada44e90b9b577478563899ef1e82c000799c0bc764_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:7bd6f68e6327edcdb079012c6ea197c027914faf40fe9e214632702ae85eb36b_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:a5fc4510f50c20c9f6386e93127645799f0be893137d922319aead0306055d2a_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:00e07a46148e15e81aee1196ca4f7fcc365676667f598e221a03c83665b197b3_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:5f3fc793e3d16bcd149a9c20bbade2049805a46f6000204ec5d25fb276e18421_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:6684711b250e2db920a4e2ff7d109339545f43676a9001c8a364111c9d38c024_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:ccebcb2ece6dae492c71daa6484b85c8124159de553599b0db65874fb9f5b48b_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:0539d36e9a3610d0e0b18a6c6d73e9d119d1de1a47b60ddfa358e809243fe327_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:66a3b75040cee1425e21daac068e3cacb91a7aa79d9837bbf00b276f63ba0a70_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d195c893ef81b1dd0d946e8660bfb4c8e0fd1452822bb5fbd7eb1e2b5097dcb_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:af1c795c2d58689fd3c0ddc8783cdb2f5a102462ef3f3dac57ab10f337ca36eb_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:24540bc47abba026a927779271c0b2799566a9e26e1781be39a3ca0e39b83ceb_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9bd022a86760ca2213432e694bffc98ce6e1d25c5c1f2ac1aba065c324f3289d_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a992a2b6b9523cd5c294a07aa4df233f8654915eb1e682e99a7901f2330e1493_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:c57bd298053314eb6694d021d2139449e2dbb197d8a6f303227550c64ca5c590_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:1952f3d44a5f60dd1976953e13b820d6cf332c196a99918d5abae18aa159eee0_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:336c5b01f4a9b2a5682b3e630cf6ddf0db1a32e77a5083c24ad4df9b3e59b83c_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:cdc359bfe8ccadd5417f9b3f4ddd16e059faa6c4dc2d418148980b6369d0c225_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:d71dce31cfb6e05174d507b117f51560161aa71321645fb907b0c9c1a7945026_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a852c8470a606cedd2dfa7c9e8a97675b80351d07532ccfec51eb8b78021ad3e_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:c367da7eef382eb33cce9c275920f5ed5894902a0cd4a54aa24ea4692f63a3b6_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e1c5b843401882c08a8d024d514e2e6f32544a0c70d7aebb068c88626a8cf4f3_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f3d16c93fe3ed410e2b8b66fdd5d940209aa239f16564b069e3238f512b226d1_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5b94835354e7949feffafa60c42e32cccc28433cb83a807512a0717d559532ac_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:5de897796e6547352761f1949408aee7a588cee9f957b172ea833cb20c261e0e_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c7925c809de9f1a1f2f682480e228c62224f219ac5ecaaed23eb3f0874a55c05_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:f6d552b830c09902f920be86e0ff6cd4e6be26d578070b44bc479583b129c43f_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:08136dcb24a39cf3b073e1b417dca29be3c4ead6c6ace376b3d94b54cffc45d6_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:0ae53436071d97f2189a269b6b1355da5a53f07512041212485d49e45e6c6e62_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:37ab20798256cfa63f0abe065cd5aa98f8bbb4ac2bceb4382174da1f4f5eeed2_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:39d31a5f2b87d8858837b694a48949057a4b558ab94ad88f24f21d6010e128fd_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:df15fd450dac94e291ebdb50f1923bbdbfe22737d3b8196c11ebe575937357b0_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:07a526ab934afe1167c96aa8f426a0ebe85a767b0ab41efd6cb94d215b3d3009_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:34cd668aa911e4e669a5066b487c29b055497c005131d36d0391b4bdc136b572_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:af94efc0e6cb25dd4b4d25bb5f25c972c06e347c3efce98c9c968e2c59230981_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:b9e99401e2b914792c60b0266c35136dd4ca8a899bd533ec79f1ea8a29cf4e9c_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4e6a53932237ba482835caaf626ff8b19680182800cb4fb5febec29390dae25d_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:5f54e7472a2fcc5d95f08ada44e90b9b577478563899ef1e82c000799c0bc764_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:7bd6f68e6327edcdb079012c6ea197c027914faf40fe9e214632702ae85eb36b_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:a5fc4510f50c20c9f6386e93127645799f0be893137d922319aead0306055d2a_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:00e07a46148e15e81aee1196ca4f7fcc365676667f598e221a03c83665b197b3_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:5f3fc793e3d16bcd149a9c20bbade2049805a46f6000204ec5d25fb276e18421_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:6684711b250e2db920a4e2ff7d109339545f43676a9001c8a364111c9d38c024_ppc64le",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:ccebcb2ece6dae492c71daa6484b85c8124159de553599b0db65874fb9f5b48b_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:0539d36e9a3610d0e0b18a6c6d73e9d119d1de1a47b60ddfa358e809243fe327_amd64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:66a3b75040cee1425e21daac068e3cacb91a7aa79d9837bbf00b276f63ba0a70_arm64",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d195c893ef81b1dd0d946e8660bfb4c8e0fd1452822bb5fbd7eb1e2b5097dcb_s390x",
"Builds for Red Hat OpenShift 1.5.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:af1c795c2d58689fd3c0ddc8783cdb2f5a102462ef3f3dac57ab10f337ca36eb_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:21816
Vulnerability from csaf_redhat - Published: 2025-11-20 06:24 - Updated: 2026-01-22 22:38Notes
{
"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 multiple packages is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Go Programming Language.\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:21816",
"url": "https://access.redhat.com/errata/RHSA-2025:21816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "RHEL-117127",
"url": "https://issues.redhat.com/browse/RHEL-117127"
},
{
"category": "external",
"summary": "RHEL-117132",
"url": "https://issues.redhat.com/browse/RHEL-117132"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21816.json"
}
],
"title": "Red Hat Security Advisory: delve and golang security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:24+00:00",
"generator": {
"date": "2026-01-22T22:38:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:21816",
"initial_release_date": "2025-11-20T06:24:08+00:00",
"revision_history": [
{
"date": "2025-11-20T06:24:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-20T06:24:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:24+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_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el10_1.aarch64",
"product": {
"name": "go-toolset-0:1.25.3-1.el10_1.aarch64",
"product_id": "go-toolset-0:1.25.3-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_1.aarch64",
"product": {
"name": "golang-0:1.25.3-1.el10_1.aarch64",
"product_id": "golang-0:1.25.3-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el10_1.aarch64",
"product": {
"name": "golang-bin-0:1.25.3-1.el10_1.aarch64",
"product_id": "golang-bin-0:1.25.3-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el10_1.aarch64",
"product": {
"name": "golang-race-0:1.25.3-1.el10_1.aarch64",
"product_id": "golang-race-0:1.25.3-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el10_1.aarch64",
"product": {
"name": "delve-0:1.25.2-1.el10_1.aarch64",
"product_id": "delve-0:1.25.2-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"product_id": "delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"product_id": "delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el10_1.ppc64le",
"product": {
"name": "go-toolset-0:1.25.3-1.el10_1.ppc64le",
"product_id": "go-toolset-0:1.25.3-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_1.ppc64le",
"product": {
"name": "golang-0:1.25.3-1.el10_1.ppc64le",
"product_id": "golang-0:1.25.3-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el10_1.ppc64le",
"product": {
"name": "golang-bin-0:1.25.3-1.el10_1.ppc64le",
"product_id": "golang-bin-0:1.25.3-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el10_1.ppc64le",
"product": {
"name": "golang-race-0:1.25.3-1.el10_1.ppc64le",
"product_id": "golang-race-0:1.25.3-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el10_1.ppc64le",
"product": {
"name": "delve-0:1.25.2-1.el10_1.ppc64le",
"product_id": "delve-0:1.25.2-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"product_id": "delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"product_id": "delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el10_1.x86_64",
"product": {
"name": "go-toolset-0:1.25.3-1.el10_1.x86_64",
"product_id": "go-toolset-0:1.25.3-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_1.x86_64",
"product": {
"name": "golang-0:1.25.3-1.el10_1.x86_64",
"product_id": "golang-0:1.25.3-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el10_1.x86_64",
"product": {
"name": "golang-bin-0:1.25.3-1.el10_1.x86_64",
"product_id": "golang-bin-0:1.25.3-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el10_1.x86_64",
"product": {
"name": "golang-race-0:1.25.3-1.el10_1.x86_64",
"product_id": "golang-race-0:1.25.3-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el10_1.x86_64",
"product": {
"name": "delve-0:1.25.2-1.el10_1.x86_64",
"product_id": "delve-0:1.25.2-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"product_id": "delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"product_id": "delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el10_1.s390x",
"product": {
"name": "go-toolset-0:1.25.3-1.el10_1.s390x",
"product_id": "go-toolset-0:1.25.3-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_1.s390x",
"product": {
"name": "golang-0:1.25.3-1.el10_1.s390x",
"product_id": "golang-0:1.25.3-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el10_1.s390x",
"product": {
"name": "golang-bin-0:1.25.3-1.el10_1.s390x",
"product_id": "golang-bin-0:1.25.3-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el10_1.s390x",
"product": {
"name": "golang-race-0:1.25.3-1.el10_1.s390x",
"product_id": "golang-race-0:1.25.3-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_1.src",
"product": {
"name": "golang-0:1.25.3-1.el10_1.src",
"product_id": "golang-0:1.25.3-1.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_1?arch=src"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el10_1.src",
"product": {
"name": "delve-0:1.25.2-1.el10_1.src",
"product_id": "delve-0:1.25.2-1.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.25.3-1.el10_1.noarch",
"product": {
"name": "golang-docs-0:1.25.3-1.el10_1.noarch",
"product_id": "golang-docs-0:1.25.3-1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.25.3-1.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.25.3-1.el10_1.noarch",
"product": {
"name": "golang-misc-0:1.25.3-1.el10_1.noarch",
"product_id": "golang-misc-0:1.25.3-1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.25.3-1.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.25.3-1.el10_1.noarch",
"product": {
"name": "golang-src-0:1.25.3-1.el10_1.noarch",
"product_id": "golang-src-0:1.25.3-1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.25.3-1.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.25.3-1.el10_1.noarch",
"product": {
"name": "golang-tests-0:1.25.3-1.el10_1.noarch",
"product_id": "golang-tests-0:1.25.3-1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.25.3-1.el10_1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.aarch64"
},
"product_reference": "delve-0:1.25.2-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.ppc64le"
},
"product_reference": "delve-0:1.25.2-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.src"
},
"product_reference": "delve-0:1.25.2-1.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.x86_64"
},
"product_reference": "delve-0:1.25.2-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.aarch64"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.ppc64le"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.x86_64"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.aarch64"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.ppc64le"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.x86_64"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.aarch64"
},
"product_reference": "go-toolset-0:1.25.3-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.ppc64le"
},
"product_reference": "go-toolset-0:1.25.3-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.s390x"
},
"product_reference": "go-toolset-0:1.25.3-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.x86_64"
},
"product_reference": "go-toolset-0:1.25.3-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.aarch64"
},
"product_reference": "golang-0:1.25.3-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.ppc64le"
},
"product_reference": "golang-0:1.25.3-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.s390x"
},
"product_reference": "golang-0:1.25.3-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.src"
},
"product_reference": "golang-0:1.25.3-1.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.x86_64"
},
"product_reference": "golang-0:1.25.3-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.aarch64"
},
"product_reference": "golang-bin-0:1.25.3-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.ppc64le"
},
"product_reference": "golang-bin-0:1.25.3-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.s390x"
},
"product_reference": "golang-bin-0:1.25.3-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.x86_64"
},
"product_reference": "golang-bin-0:1.25.3-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.25.3-1.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-docs-0:1.25.3-1.el10_1.noarch"
},
"product_reference": "golang-docs-0:1.25.3-1.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.25.3-1.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-misc-0:1.25.3-1.el10_1.noarch"
},
"product_reference": "golang-misc-0:1.25.3-1.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.aarch64"
},
"product_reference": "golang-race-0:1.25.3-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.ppc64le"
},
"product_reference": "golang-race-0:1.25.3-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.s390x"
},
"product_reference": "golang-race-0:1.25.3-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.x86_64"
},
"product_reference": "golang-race-0:1.25.3-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.25.3-1.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-src-0:1.25.3-1.el10_1.noarch"
},
"product_reference": "golang-src-0:1.25.3-1.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.25.3-1.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-tests-0:1.25.3-1.el10_1.noarch"
},
"product_reference": "golang-tests-0:1.25.3-1.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.src",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.src",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-docs-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-misc-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-src-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-tests-0:1.25.3-1.el10_1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-20T06:24: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-10.1.Z:delve-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.src",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.src",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-docs-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-misc-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-src-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-tests-0:1.25.3-1.el10_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21816"
},
{
"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": [
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.src",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.src",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-docs-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-misc-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-src-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-tests-0:1.25.3-1.el10_1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.src",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.src",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-docs-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-misc-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-src-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-tests-0:1.25.3-1.el10_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22743
Vulnerability from csaf_redhat - Published: 2025-12-04 09:52 - Updated: 2026-01-22 22:38Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Builds 1.6.1",
"title": "Topic"
},
{
"category": "general",
"text": "Releases of Red Hat OpenShift Builds 1.6.1",
"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:22743",
"url": "https://access.redhat.com/errata/RHSA-2025:22743"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/builds_for_red_hat_openshift/1.6",
"url": "https://docs.redhat.com/en/documentation/builds_for_red_hat_openshift/1.6"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22743.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Builds 1.6.1",
"tracking": {
"current_release_date": "2026-01-22T22:38:31+00:00",
"generator": {
"date": "2026-01-22T22:38:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:22743",
"initial_release_date": "2025-12-04T09:52:50+00:00",
"revision_history": [
{
"date": "2025-12-04T09:52:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-04T09:52:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Builds for Red Hat OpenShift 1.6.1",
"product": {
"name": "Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_builds:1.6::el9"
}
}
}
],
"category": "product_family",
"name": "Builds for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3Aa67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3Ae43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3Ab52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3Ac6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764754130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-operator-bundle@sha256%3Ad7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764836230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3Af7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764687373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764687248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764767096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3Ad4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764623"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3Afc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3A29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764754130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764687373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3Aee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764687248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764767096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764623"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3Ac4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3Aaf94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764754130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764687373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764687248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764767096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764623"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3Aa68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3Ae6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764754130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3Af3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764687373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764687248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764767096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.6.1-1764764623"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64 as a component of Builds for Red Hat OpenShift 1.6.1",
"product_id": "Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T09:52:50+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.6.0 upgrades to to 1.6.1",
"product_ids": [
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22743"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T09:52:50+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.6.0 upgrades to to 1.6.1",
"product_ids": [
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22743"
},
{
"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": [
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:395818192d16d4d5bd33c6858ed83162423258a2e96554f142f5e8695f47b909_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e21d625630488801297b2a1608d4b36170a84861f13b699ae6ee83d116029ff_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:8e676677a0c02b23f8fadf3e96a6cc0329ac5758087d7413011d3adb5e40123b_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fc0728590aef2d02281f8315213937d2b7f9686261475e3f1c6029f2d0a36ec7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:288a32807d964dc2f5800dd659ac6f52e97056c6333714305a931027e9650d07_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:51a9ba478afe04d21e08aabef4dd42dd9edc5dd6c94f6d8debff706b6c383e81_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:a67a377cebc64f733e406ac1e8700618a4f4ce21a67acd90650e5c260eed8385_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:c4ff0ed2b70cd6385414bcec5e235f0086d5c040e98cb83f37b8811670eb43f9_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:05877af25bdf805f858a8e7326074e9af79da5d8a78a9145e8eba8c9fd4200e7_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6eccdb53987e2a35b925e0fa6e7e0a5576b2591e3402f33ec2162da01637e86e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8c6aada94d75445b65fcfda86e0639cbd3bc06d2c96c1639442d4a6c1181bdcc_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e43e8e0411d71b6e968332c5be156f045cb27b6e183b04c0f6e57c4655740aa9_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0b56507d8d8ac4474f1fdc66081d62005350a451b8b73ee1759acf996f7afac2_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:391c399c72d1b2154968a76fbe2c168eba92ccae154612d01bc132854b2ac5ac_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:a68e3d9055d17e2732cf14d6acc3bd0018eae883471041e3a77e66e7c985cf27_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:b52bbba7ac8e0146bababeba7e960c94701c9c91880beab6ecaf53b68c033309_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:d7559752af22bbde1b5753b2d0f5fe88bf8564f5be92a01babdf13b96074adbd_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:29f639a9a4666bfbaf1e00ac9ae4edd357cd279c770bade500e2131dd5d1bdb6_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:af94cda478224ad95dee05bf1c70267b17ccafae5b59e57265ec93addc7eac93_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:c6ad655cd4cfccb1ce94c83f80eb33746cb899a7da78485bc581071c83747126_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:e6dac113de983ddcf97eb79afb8badc77ce79885c45855c97da37ce557e8fb19_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:1d6fe7304c89863935f1f128c354225d1d2962ffa5927792daac7f2db89b3eb5_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:22abb2c65345ce4485090b489022c2aced9041a8a36df0c393993c5981221592_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f3569c63b70cf030260a15ef955c20a9aa99adc5b55937d22e33b2b473d96070_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:f7e63c479267d3aff7439cc7c8e33cf49cb2ec65ad346c859244baead109943d_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:29d644b08a2ec4a1c5586fc3950aa61ee2df6d4bd961b5a51e7098827f29cc95_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:585e73085d2b96d3da81c6b467830d279ef63f8689a27dae5e3ae7d4d32a51e1_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:9ef68867ac0b3b993028f02dc4304d6270a8c6f27a85881f978a10fa59e2146e_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:ee92e793aaf66e7bdcf507af951e198c45bd9c309992d953535acada33673221_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4639c8447a2d5f5717cd1c28e2bbceee31b8913f29fe6066916efa66573a4752_amd64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:49616253d468bbad0598b6b3d74527de8219edbbace4b8fb3a6c2a4402645595_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:74dc1894ffbffee0316b0a9e09cd117eb69a7a7c6f207f99d571aefc10178339_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:97b80445bd1e8c9702ac61463ba432fcab7f66e0ea16da9fdea5d3e4e4fb1354_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:23dfb14441d8aa05ae61ed08a796fcd9289f3db9d1240334dfbc388fef31d757_s390x",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:7249468e1fa9c696705c20b38bdf66d5e224552c8a19034ffe2523b8cc80446c_ppc64le",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:77aa55c3379a978d4dd505999c3193f0b5b0f8a9f2890a83471c712cb529981e_arm64",
"Builds for Red Hat OpenShift 1.6.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d4b5c336cbf156ef13a1d3869f9565849332735f31346babbc17925451b16f73_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0477
Vulnerability from csaf_redhat - Published: 2026-01-12 20:03 - Updated: 2026-01-22 22:40Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 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 skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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-2026:0477",
"url": "https://access.redhat.com/errata/RHSA-2026:0477"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0477.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2026-01-22T22:40:03+00:00",
"generator": {
"date": "2026-01-22T22:40:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0477",
"initial_release_date": "2026-01-12T20:03:23+00:00",
"revision_history": [
{
"date": "2026-01-12T20:03:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-12T20:03:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:40:03+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": "skopeo-2:1.14.5-2.el9_4.3.src",
"product": {
"name": "skopeo-2:1.14.5-2.el9_4.3.src",
"product_id": "skopeo-2:1.14.5-2.el9_4.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-2.el9_4.3?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.5-2.el9_4.3.aarch64",
"product": {
"name": "skopeo-2:1.14.5-2.el9_4.3.aarch64",
"product_id": "skopeo-2:1.14.5-2.el9_4.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-2.el9_4.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-2.el9_4.3.aarch64",
"product": {
"name": "skopeo-tests-2:1.14.5-2.el9_4.3.aarch64",
"product_id": "skopeo-tests-2:1.14.5-2.el9_4.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-2.el9_4.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.3.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.3.aarch64",
"product_id": "skopeo-debugsource-2:1.14.5-2.el9_4.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.5-2.el9_4.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.aarch64",
"product_id": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.5-2.el9_4.3?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.5-2.el9_4.3.ppc64le",
"product": {
"name": "skopeo-2:1.14.5-2.el9_4.3.ppc64le",
"product_id": "skopeo-2:1.14.5-2.el9_4.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-2.el9_4.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-2.el9_4.3.ppc64le",
"product": {
"name": "skopeo-tests-2:1.14.5-2.el9_4.3.ppc64le",
"product_id": "skopeo-tests-2:1.14.5-2.el9_4.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-2.el9_4.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.3.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.3.ppc64le",
"product_id": "skopeo-debugsource-2:1.14.5-2.el9_4.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.5-2.el9_4.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.ppc64le",
"product_id": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.5-2.el9_4.3?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.5-2.el9_4.3.x86_64",
"product": {
"name": "skopeo-2:1.14.5-2.el9_4.3.x86_64",
"product_id": "skopeo-2:1.14.5-2.el9_4.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-2.el9_4.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-2.el9_4.3.x86_64",
"product": {
"name": "skopeo-tests-2:1.14.5-2.el9_4.3.x86_64",
"product_id": "skopeo-tests-2:1.14.5-2.el9_4.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-2.el9_4.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.3.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.3.x86_64",
"product_id": "skopeo-debugsource-2:1.14.5-2.el9_4.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.5-2.el9_4.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.x86_64",
"product_id": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.5-2.el9_4.3?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.5-2.el9_4.3.s390x",
"product": {
"name": "skopeo-2:1.14.5-2.el9_4.3.s390x",
"product_id": "skopeo-2:1.14.5-2.el9_4.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-2.el9_4.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-2.el9_4.3.s390x",
"product": {
"name": "skopeo-tests-2:1.14.5-2.el9_4.3.s390x",
"product_id": "skopeo-tests-2:1.14.5-2.el9_4.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-2.el9_4.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.3.s390x",
"product": {
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.3.s390x",
"product_id": "skopeo-debugsource-2:1.14.5-2.el9_4.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.5-2.el9_4.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.s390x",
"product_id": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.5-2.el9_4.3?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-2.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.aarch64"
},
"product_reference": "skopeo-2:1.14.5-2.el9_4.3.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-2.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.ppc64le"
},
"product_reference": "skopeo-2:1.14.5-2.el9_4.3.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-2.el9_4.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.s390x"
},
"product_reference": "skopeo-2:1.14.5-2.el9_4.3.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-2.el9_4.3.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.src"
},
"product_reference": "skopeo-2:1.14.5-2.el9_4.3.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-2.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.x86_64"
},
"product_reference": "skopeo-2:1.14.5-2.el9_4.3.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.14.5-2.el9_4.3.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.14.5-2.el9_4.3.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.14.5-2.el9_4.3.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.s390x"
},
"product_reference": "skopeo-debugsource-2:1.14.5-2.el9_4.3.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.14.5-2.el9_4.3.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-2.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.aarch64"
},
"product_reference": "skopeo-tests-2:1.14.5-2.el9_4.3.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-2.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.ppc64le"
},
"product_reference": "skopeo-tests-2:1.14.5-2.el9_4.3.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-2.el9_4.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.s390x"
},
"product_reference": "skopeo-tests-2:1.14.5-2.el9_4.3.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-2.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.x86_64"
},
"product_reference": "skopeo-tests-2:1.14.5-2.el9_4.3.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T20:03:23+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:skopeo-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0477"
},
{
"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": [
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23741
Vulnerability from csaf_redhat - Published: 2025-12-22 01:35 - Updated: 2026-01-22 22:38Notes
{
"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 the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On.\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": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* os/exec: Unexpected paths returned from LookPath in os/exec (CVE-2025-47906)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23741",
"url": "https://access.redhat.com/errata/RHSA-2025:23741"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23741.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:46+00:00",
"generator": {
"date": "2026-01-22T22:38:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23741",
"initial_release_date": "2025-12-22T01:35:17+00:00",
"revision_history": [
{
"date": "2025-12-22T01:35:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-22T01:35:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:46+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 AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"product": {
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src (go-toolset:rhel8)",
"product_id": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.5.0-2.module%2Bel8.4.0%2B8864%2B58b0fcdb?arch=src\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.15.14-3.module%2Bel8.4.0%2B22765%2B91da4d3f?arch=src\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"product": {
"name": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src (go-toolset:rhel8)",
"product_id": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.15.14-17.module%2Bel8.4.0%2B23814%2B8f618eb7?arch=src\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8)",
"product_id": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.5.0-2.module%2Bel8.4.0%2B8864%2B58b0fcdb?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.5.0-2.module%2Bel8.4.0%2B8864%2B58b0fcdb?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.5.0-2.module%2Bel8.4.0%2B8864%2B58b0fcdb?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.15.14-3.module%2Bel8.4.0%2B22765%2B91da4d3f?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64 (go-toolset:rhel8)",
"product_id": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.15.14-17.module%2Bel8.4.0%2B23814%2B8f618eb7?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.15.14-17.module%2Bel8.4.0%2B23814%2B8f618eb7?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64 (go-toolset:rhel8)",
"product_id": "golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.15.14-17.module%2Bel8.4.0%2B23814%2B8f618eb7?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"product": {
"name": "golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch (go-toolset:rhel8)",
"product_id": "golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.15.14-17.module%2Bel8.4.0%2B23814%2B8f618eb7?arch=noarch\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"product": {
"name": "golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch (go-toolset:rhel8)",
"product_id": "golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.15.14-17.module%2Bel8.4.0%2B23814%2B8f618eb7?arch=noarch\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"product": {
"name": "golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch (go-toolset:rhel8)",
"product_id": "golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.15.14-17.module%2Bel8.4.0%2B23814%2B8f618eb7?arch=noarch\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"product": {
"name": "golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch (go-toolset:rhel8)",
"product_id": "golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.15.14-17.module%2Bel8.4.0%2B23814%2B8f618eb7?arch=noarch\u0026rpmmod=go-toolset:rhel8:8040020251212161217:5081a262"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"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-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T01:35:17+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-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23741"
},
{
"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": [
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T01:35:17+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-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23741"
},
{
"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": [
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-bin-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-docs-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-misc-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-race-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-src-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.EUS.EXTENSION:golang-tests-0:1.15.14-17.module+el8.4.0+23814+8f618eb7.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:21815
Vulnerability from csaf_redhat - Published: 2025-11-20 08:45 - Updated: 2026-01-22 22:38Notes
{
"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 multiple packages is now available for Red Hat Enterprise Linux 9.\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 Go Programming Language.\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:21815",
"url": "https://access.redhat.com/errata/RHSA-2025:21815"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "RHEL-117130",
"url": "https://issues.redhat.com/browse/RHEL-117130"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21815.json"
}
],
"title": "Red Hat Security Advisory: delve and golang security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:21+00:00",
"generator": {
"date": "2026-01-22T22:38:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:21815",
"initial_release_date": "2025-11-20T08:45:31+00:00",
"revision_history": [
{
"date": "2025-11-20T08:45:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-20T08:45:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:21+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": "go-toolset-0:1.25.3-1.el9_7.aarch64",
"product": {
"name": "go-toolset-0:1.25.3-1.el9_7.aarch64",
"product_id": "go-toolset-0:1.25.3-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_7.aarch64",
"product": {
"name": "golang-0:1.25.3-1.el9_7.aarch64",
"product_id": "golang-0:1.25.3-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el9_7.aarch64",
"product": {
"name": "golang-bin-0:1.25.3-1.el9_7.aarch64",
"product_id": "golang-bin-0:1.25.3-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el9_7.aarch64",
"product": {
"name": "golang-race-0:1.25.3-1.el9_7.aarch64",
"product_id": "golang-race-0:1.25.3-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el9_7.aarch64",
"product": {
"name": "delve-0:1.25.2-1.el9_7.aarch64",
"product_id": "delve-0:1.25.2-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"product_id": "delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"product_id": "delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el9_7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el9_7.ppc64le",
"product": {
"name": "go-toolset-0:1.25.3-1.el9_7.ppc64le",
"product_id": "go-toolset-0:1.25.3-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_7.ppc64le",
"product": {
"name": "golang-0:1.25.3-1.el9_7.ppc64le",
"product_id": "golang-0:1.25.3-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el9_7.ppc64le",
"product": {
"name": "golang-bin-0:1.25.3-1.el9_7.ppc64le",
"product_id": "golang-bin-0:1.25.3-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el9_7.ppc64le",
"product": {
"name": "golang-race-0:1.25.3-1.el9_7.ppc64le",
"product_id": "golang-race-0:1.25.3-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el9_7.ppc64le",
"product": {
"name": "delve-0:1.25.2-1.el9_7.ppc64le",
"product_id": "delve-0:1.25.2-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"product_id": "delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"product_id": "delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el9_7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el9_7.x86_64",
"product": {
"name": "go-toolset-0:1.25.3-1.el9_7.x86_64",
"product_id": "go-toolset-0:1.25.3-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_7.x86_64",
"product": {
"name": "golang-0:1.25.3-1.el9_7.x86_64",
"product_id": "golang-0:1.25.3-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el9_7.x86_64",
"product": {
"name": "golang-bin-0:1.25.3-1.el9_7.x86_64",
"product_id": "golang-bin-0:1.25.3-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el9_7.x86_64",
"product": {
"name": "golang-race-0:1.25.3-1.el9_7.x86_64",
"product_id": "golang-race-0:1.25.3-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el9_7.x86_64",
"product": {
"name": "delve-0:1.25.2-1.el9_7.x86_64",
"product_id": "delve-0:1.25.2-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"product_id": "delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"product_id": "delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el9_7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el9_7.s390x",
"product": {
"name": "go-toolset-0:1.25.3-1.el9_7.s390x",
"product_id": "go-toolset-0:1.25.3-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_7.s390x",
"product": {
"name": "golang-0:1.25.3-1.el9_7.s390x",
"product_id": "golang-0:1.25.3-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el9_7.s390x",
"product": {
"name": "golang-bin-0:1.25.3-1.el9_7.s390x",
"product_id": "golang-bin-0:1.25.3-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el9_7.s390x",
"product": {
"name": "golang-race-0:1.25.3-1.el9_7.s390x",
"product_id": "golang-race-0:1.25.3-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el9_7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_7.src",
"product": {
"name": "golang-0:1.25.3-1.el9_7.src",
"product_id": "golang-0:1.25.3-1.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_7?arch=src"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el9_7.src",
"product": {
"name": "delve-0:1.25.2-1.el9_7.src",
"product_id": "delve-0:1.25.2-1.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el9_7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.25.3-1.el9_7.noarch",
"product": {
"name": "golang-docs-0:1.25.3-1.el9_7.noarch",
"product_id": "golang-docs-0:1.25.3-1.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.25.3-1.el9_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.25.3-1.el9_7.noarch",
"product": {
"name": "golang-misc-0:1.25.3-1.el9_7.noarch",
"product_id": "golang-misc-0:1.25.3-1.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.25.3-1.el9_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.25.3-1.el9_7.noarch",
"product": {
"name": "golang-src-0:1.25.3-1.el9_7.noarch",
"product_id": "golang-src-0:1.25.3-1.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.25.3-1.el9_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.25.3-1.el9_7.noarch",
"product": {
"name": "golang-tests-0:1.25.3-1.el9_7.noarch",
"product_id": "golang-tests-0:1.25.3-1.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.25.3-1.el9_7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.aarch64"
},
"product_reference": "delve-0:1.25.2-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.ppc64le"
},
"product_reference": "delve-0:1.25.2-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.src"
},
"product_reference": "delve-0:1.25.2-1.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.x86_64"
},
"product_reference": "delve-0:1.25.2-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.aarch64"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.ppc64le"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.x86_64"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.aarch64"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.ppc64le"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.x86_64"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.aarch64"
},
"product_reference": "go-toolset-0:1.25.3-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.ppc64le"
},
"product_reference": "go-toolset-0:1.25.3-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.s390x"
},
"product_reference": "go-toolset-0:1.25.3-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.x86_64"
},
"product_reference": "go-toolset-0:1.25.3-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.aarch64"
},
"product_reference": "golang-0:1.25.3-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.ppc64le"
},
"product_reference": "golang-0:1.25.3-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.s390x"
},
"product_reference": "golang-0:1.25.3-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.src"
},
"product_reference": "golang-0:1.25.3-1.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.x86_64"
},
"product_reference": "golang-0:1.25.3-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.aarch64"
},
"product_reference": "golang-bin-0:1.25.3-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.ppc64le"
},
"product_reference": "golang-bin-0:1.25.3-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.s390x"
},
"product_reference": "golang-bin-0:1.25.3-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.x86_64"
},
"product_reference": "golang-bin-0:1.25.3-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.25.3-1.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-docs-0:1.25.3-1.el9_7.noarch"
},
"product_reference": "golang-docs-0:1.25.3-1.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.25.3-1.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-misc-0:1.25.3-1.el9_7.noarch"
},
"product_reference": "golang-misc-0:1.25.3-1.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.aarch64"
},
"product_reference": "golang-race-0:1.25.3-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.ppc64le"
},
"product_reference": "golang-race-0:1.25.3-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.s390x"
},
"product_reference": "golang-race-0:1.25.3-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.x86_64"
},
"product_reference": "golang-race-0:1.25.3-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.25.3-1.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-src-0:1.25.3-1.el9_7.noarch"
},
"product_reference": "golang-src-0:1.25.3-1.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.25.3-1.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-tests-0:1.25.3-1.el9_7.noarch"
},
"product_reference": "golang-tests-0:1.25.3-1.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-docs-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-misc-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-src-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-tests-0:1.25.3-1.el9_7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-20T08:45:31+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:delve-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-docs-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-misc-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-src-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-tests-0:1.25.3-1.el9_7.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21815"
},
{
"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": [
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-docs-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-misc-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-src-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-tests-0:1.25.3-1.el9_7.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-docs-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-misc-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-src-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-tests-0:1.25.3-1.el9_7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0627
Vulnerability from csaf_redhat - Published: 2026-01-14 18:37 - Updated: 2026-01-23 08:50Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.13 General\nAvailability release images, which add new features and enhancements, bug\nfixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.13 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which add new features and enhancements, bug\nfixes, and updated container images. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html-single/release_notes/index#acm-release-notes",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:0627",
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-27144",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9287",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9288",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0627.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes v2.13.5 security update",
"tracking": {
"current_release_date": "2026-01-23T08:50:53+00:00",
"generator": {
"date": "2026-01-23T08:50:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2026:0627",
"initial_release_date": "2026-01-14T18:37:52+00:00",
"revision_history": [
{
"date": "2026-01-14T18:37:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-14T18:38:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-23T08:50:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Adb73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aaa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Aa93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Ac5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Acffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Afa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Aaeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Af7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Aad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Ad499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Ab501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abeade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ae70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ac43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ab49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Aa96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Acfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Add1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ab19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Acd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Af817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Abf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Ad371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ac6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Aca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ad79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Ad557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Acfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Aa25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Aa46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ad0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Afd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Aa1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Aac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Aa036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3Ae1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Aaffc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ac9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Aec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Adb1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Ab4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Aebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Aea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ac035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Ade02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ad61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Af813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aa5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ac6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ab326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ab66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Aa03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Ae8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Af461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Ab7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Af6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ab86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Aef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ab7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Afb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Add4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Af9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Afa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ac0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3Afba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Aba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ac3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Affe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Acee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale",
"James Force"
]
}
],
"cve": "CVE-2025-7195",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2025-07-04T08:54:01.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376300"
}
],
"notes": [
{
"category": "description",
"text": "Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. \n\nIn affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as low severity for affected products which run on OpenShift. The vulnerability allows for potential privilege escalation within a container, but OpenShift\u0027s default, multi-layered security posture effectively mitigates this risk. \n\nThe primary controls include the default Security Context Constraints (SCC), which severely limit a container\u0027s permissions from the start, and SELinux, which enforces mandatory access control to ensure strict isolation. While other container runtime environments may have different controls available and require case-by-case analysis, OpenShift\u0027s built-in defenses are designed to prevent this type of attack.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"category": "workaround",
"details": "In Red Hat OpenShift Container Platform, the following default configurations reduce the impact of this vulnerability.\n\nSecurity Context Constraints (SCCs): The default SCC, Restricted-v2, applies several crucial security settings to containers. \n\nCapabilities: drop: ALL removes all Linux capabilities, including SETUID and SETGID. This prevents a process from changing its user or group ID, a common step in privilege escalation attacks. The SETUID and SETGID capabilities can also be dropped explicitly if other capabilities are still required.\n\nallowPrivilegeEscalation: false ensures that a process cannot gain more privileges than its parent process. This blocks attempts by a compromised container process to grant itself additional capabilities.\n\nSELinux Mandatory Access Control (MAC): Pods are required to run with a pre-allocated Multi-Category Security (MCS) label. This SELinux feature provides a strong layer of isolation between containers and from the host system. A properly configured SELinux policy can prevent a container escape, even if an attacker gains elevated permissions within the container itself.\n\nFilesystem Hardening: While not a default setting, a common security practice is to set readOnlyRootFilesystem: true in a container\u0027s security context. In this specific scenario, this configuration would prevent an attacker from modifying critical files like /etc/passwd, even if they managed to gain file-level write permissions.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-9287",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T22:00:53.821394+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389932"
}
],
"notes": [
{
"category": "description",
"text": "An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid\u00a0value calculations,\u00a0hanging and\u00a0rewinding the\u00a0hash state, including\u00a0turning a tagged hash\u00a0into an untagged\u00a0hash, for malicious JSON-stringifyable\u00a0inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cipher-base: Cipher-base hash manipulation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "RHBZ#2389932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/pull/23",
"url": "https://github.com/browserify/cipher-base/pull/23"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc",
"url": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc"
}
],
"release_date": "2025-08-20T21:43:56.548000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cipher-base: Cipher-base hash manipulation"
},
{
"cve": "CVE-2025-9288",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T23:00:56.263191+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389980"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sha.js: Missing type checks leading to hash rewind and passing on crafted data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important rather then Critical because while the lack of input type checks in sha.js allows for hash state rewinding, crafted collisions, and potential denial of service, the vulnerability requires highly specific crafted input objects that are unlikely to occur in typical real-world usage, especially since most applications pass well-formed strings or buffers to hashing functions. Moreover, the cryptographic breakages described, such as nonce reuse leading to private key extraction, are indirect and depend on downstream libraries misusing sha.js for sensitive operations without additional validation layers. As a result, the flaw significantly undermines correctness and robustness of the hashing API, but its exploitability in common production systems is constrained, which could justify viewing it as an Important vulnerability rather than a Critical one.\n\n\nThe flaw requires applications to pass attacker-controlled, non-standard JavaScript objects into hash.update(). Most real-world Node.js applications and libraries already use Buffer, TypedArray, or String inputs, which are unaffected. Furthermore, Node\u2019s built-in crypto module, which is widely adopted, enforces stricter type-checking and is not impacted. As a result, the vulnerability mainly threatens projects that (a) directly depend on sha.js for cryptographically sensitive operations, and (b) hash untrusted input without type validation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "RHBZ#2389980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/pull/78",
"url": "https://github.com/browserify/sha.js/pull/78"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5",
"url": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
}
],
"release_date": "2025-08-20T21:59:44.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sha.js: Missing type checks leading to hash rewind and passing on crafted data"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-770: Allocation of Resources Without Limits or Throttling vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect excessive resource usage caused by malicious activity or system misconfigurations. In the event of exploitation, process isolation ensures workloads operate in separate environments, preventing any single process from overconsuming CPU or memory and degrading system performance.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "Axios is a promise based HTTP client for the browser and Node.js. When Axios starting in version 0.28.0 and prior to versions 0.30.2 and 1.12.0 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: \u0027stream\u0027`. Versions 0.30.2 and 1.12.0 contain a patch for the issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
}
]
}
RHSA-2025:23348
Vulnerability from csaf_redhat - Published: 2025-12-18 10:08 - Updated: 2026-01-22 22:38Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 10.0 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 skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23348",
"url": "https://access.redhat.com/errata/RHSA-2025:23348"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23348.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:41+00:00",
"generator": {
"date": "2026-01-22T22:38:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23348",
"initial_release_date": "2025-12-18T10:08:06+00:00",
"revision_history": [
{
"date": "2025-12-18T10:08:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-18T10:08:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el10_0.src",
"product": {
"name": "skopeo-2:1.18.1-3.el10_0.src",
"product_id": "skopeo-2:1.18.1-3.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el10_0?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el10_0.aarch64",
"product": {
"name": "skopeo-2:1.18.1-3.el10_0.aarch64",
"product_id": "skopeo-2:1.18.1-3.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-3.el10_0.aarch64",
"product": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.aarch64",
"product_id": "skopeo-tests-2:1.18.1-3.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-3.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.aarch64",
"product_id": "skopeo-debugsource-2:1.18.1-3.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-3.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.aarch64",
"product_id": "skopeo-debuginfo-2:1.18.1-3.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-3.el10_0?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el10_0.ppc64le",
"product": {
"name": "skopeo-2:1.18.1-3.el10_0.ppc64le",
"product_id": "skopeo-2:1.18.1-3.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-3.el10_0.ppc64le",
"product": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.ppc64le",
"product_id": "skopeo-tests-2:1.18.1-3.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-3.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.ppc64le",
"product_id": "skopeo-debugsource-2:1.18.1-3.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-3.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.ppc64le",
"product_id": "skopeo-debuginfo-2:1.18.1-3.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-3.el10_0?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el10_0.x86_64",
"product": {
"name": "skopeo-2:1.18.1-3.el10_0.x86_64",
"product_id": "skopeo-2:1.18.1-3.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-3.el10_0.x86_64",
"product": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.x86_64",
"product_id": "skopeo-tests-2:1.18.1-3.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-3.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.x86_64",
"product_id": "skopeo-debugsource-2:1.18.1-3.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-3.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.x86_64",
"product_id": "skopeo-debuginfo-2:1.18.1-3.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-3.el10_0?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el10_0.s390x",
"product": {
"name": "skopeo-2:1.18.1-3.el10_0.s390x",
"product_id": "skopeo-2:1.18.1-3.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-3.el10_0.s390x",
"product": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.s390x",
"product_id": "skopeo-tests-2:1.18.1-3.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-3.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.s390x",
"product": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.s390x",
"product_id": "skopeo-debugsource-2:1.18.1-3.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-3.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.s390x",
"product_id": "skopeo-debuginfo-2:1.18.1-3.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-3.el10_0?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.aarch64"
},
"product_reference": "skopeo-2:1.18.1-3.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.ppc64le"
},
"product_reference": "skopeo-2:1.18.1-3.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.s390x"
},
"product_reference": "skopeo-2:1.18.1-3.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.src"
},
"product_reference": "skopeo-2:1.18.1-3.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.x86_64"
},
"product_reference": "skopeo-2:1.18.1-3.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-3.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-3.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-3.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-3.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-3.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.18.1-3.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.s390x"
},
"product_reference": "skopeo-debugsource-2:1.18.1-3.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-3.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.aarch64"
},
"product_reference": "skopeo-tests-2:1.18.1-3.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.ppc64le"
},
"product_reference": "skopeo-tests-2:1.18.1-3.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.s390x"
},
"product_reference": "skopeo-tests-2:1.18.1-3.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.x86_64"
},
"product_reference": "skopeo-tests-2:1.18.1-3.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-18T10:08:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23348"
},
{
"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": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0245
Vulnerability from csaf_redhat - Published: 2026-01-07 14:45 - Updated: 2026-01-22 22:39Notes
{
"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 grafana is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\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": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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-2026:0245",
"url": "https://access.redhat.com/errata/RHSA-2026:0245"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0245.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-01-22T22:39:57+00:00",
"generator": {
"date": "2026-01-22T22:39:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0245",
"initial_release_date": "2026-01-07T14:45:51+00:00",
"revision_history": [
{
"date": "2026-01-07T14:45:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-07T14:45:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:39:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.5.15-8.el8_8.ppc64le",
"product": {
"name": "grafana-0:7.5.15-8.el8_8.ppc64le",
"product_id": "grafana-0:7.5.15-8.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.5.15-8.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:7.5.15-8.el8_8.ppc64le",
"product": {
"name": "grafana-debuginfo-0:7.5.15-8.el8_8.ppc64le",
"product_id": "grafana-debuginfo-0:7.5.15-8.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@7.5.15-8.el8_8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.5.15-8.el8_8.x86_64",
"product": {
"name": "grafana-0:7.5.15-8.el8_8.x86_64",
"product_id": "grafana-0:7.5.15-8.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.5.15-8.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:7.5.15-8.el8_8.x86_64",
"product": {
"name": "grafana-debuginfo-0:7.5.15-8.el8_8.x86_64",
"product_id": "grafana-debuginfo-0:7.5.15-8.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@7.5.15-8.el8_8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.5.15-8.el8_8.src",
"product": {
"name": "grafana-0:7.5.15-8.el8_8.src",
"product_id": "grafana-0:7.5.15-8.el8_8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.5.15-8.el8_8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.15-8.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.ppc64le"
},
"product_reference": "grafana-0:7.5.15-8.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.15-8.el8_8.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.src"
},
"product_reference": "grafana-0:7.5.15-8.el8_8.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.15-8.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.x86_64"
},
"product_reference": "grafana-0:7.5.15-8.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.5.15-8.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:grafana-debuginfo-0:7.5.15-8.el8_8.ppc64le"
},
"product_reference": "grafana-debuginfo-0:7.5.15-8.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.5.15-8.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:grafana-debuginfo-0:7.5.15-8.el8_8.x86_64"
},
"product_reference": "grafana-debuginfo-0:7.5.15-8.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.15-8.el8_8.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:grafana-0:7.5.15-8.el8_8.src"
},
"product_reference": "grafana-0:7.5.15-8.el8_8.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.15-8.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:grafana-0:7.5.15-8.el8_8.x86_64"
},
"product_reference": "grafana-0:7.5.15-8.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.5.15-8.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:grafana-debuginfo-0:7.5.15-8.el8_8.x86_64"
},
"product_reference": "grafana-debuginfo-0:7.5.15-8.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.src",
"AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:grafana-debuginfo-0:7.5.15-8.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:grafana-debuginfo-0:7.5.15-8.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:grafana-0:7.5.15-8.el8_8.src",
"AppStream-8.8.0.Z.TUS:grafana-0:7.5.15-8.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:grafana-debuginfo-0:7.5.15-8.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-07T14:45:51+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.src",
"AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:grafana-debuginfo-0:7.5.15-8.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:grafana-debuginfo-0:7.5.15-8.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:grafana-0:7.5.15-8.el8_8.src",
"AppStream-8.8.0.Z.TUS:grafana-0:7.5.15-8.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:grafana-debuginfo-0:7.5.15-8.el8_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0245"
},
{
"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": [
"AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.src",
"AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:grafana-debuginfo-0:7.5.15-8.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:grafana-debuginfo-0:7.5.15-8.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:grafana-0:7.5.15-8.el8_8.src",
"AppStream-8.8.0.Z.TUS:grafana-0:7.5.15-8.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:grafana-debuginfo-0:7.5.15-8.el8_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.src",
"AppStream-8.8.0.Z.E4S:grafana-0:7.5.15-8.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:grafana-debuginfo-0:7.5.15-8.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:grafana-debuginfo-0:7.5.15-8.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:grafana-0:7.5.15-8.el8_8.src",
"AppStream-8.8.0.Z.TUS:grafana-0:7.5.15-8.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:grafana-debuginfo-0:7.5.15-8.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22345
Vulnerability from csaf_redhat - Published: 2025-11-27 22:06 - Updated: 2026-01-22 22:38Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Developer Tools - Source-to-Image 1.5.2 release",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Developer Tools - Source-to-Image 1.5.2",
"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:22345",
"url": "https://access.redhat.com/errata/RHSA-2025:22345"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/latest/openshift_images/using_images/using-s21-images.html",
"url": "https://docs.openshift.com/container-platform/latest/openshift_images/using_images/using-s21-images.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22345.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Developer Tools - Source-to-Image 1.5.2",
"tracking": {
"current_release_date": "2026-01-22T22:38:26+00:00",
"generator": {
"date": "2026-01-22T22:38:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:22345",
"initial_release_date": "2025-11-27T22:06:09+00:00",
"revision_history": [
{
"date": "2025-11-27T22:06:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-27T22:06:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Source-to-Image (S2I) 1.5.2",
"product": {
"name": "Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:source_to_image:1.5::el8"
}
}
}
],
"category": "product_family",
"name": "Source-to-Image (S2I)"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel8@sha256%3A4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba?arch=amd64\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764273917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel9@sha256%3A8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429?arch=amd64\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764274101"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel8@sha256%3Aab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c?arch=arm64\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764273917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel9@sha256%3A49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b?arch=arm64\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764274101"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel8@sha256%3A7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631?arch=ppc64le\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764273917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel9@sha256%3Ada9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0?arch=ppc64le\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764274101"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel8@sha256%3Ae233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6?arch=s390x\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764273917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel9@sha256%3Ada32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f?arch=s390x\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764274101"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64 as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64 as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64 as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64 as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-27T22:06:09+00:00",
"details": "It is recommended that existing users of Source-to-Image (S2I) upgrade to 1.5.2.\nThere are no changes to any data structures or API\u2019s included within this release.",
"product_ids": [
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22345"
},
{
"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": [
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:21778
Vulnerability from csaf_redhat - Published: 2025-11-20 00:35 - Updated: 2026-01-22 22:38Notes
{
"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.6 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* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:21778",
"url": "https://access.redhat.com/errata/RHSA-2025:21778"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21778.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:20+00:00",
"generator": {
"date": "2026-01-22T22:38:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:21778",
"initial_release_date": "2025-11-20T00:35:26+00:00",
"revision_history": [
{
"date": "2025-11-20T00:35:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-20T00:35:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:20+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.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el9_6.aarch64",
"product": {
"name": "go-toolset-0:1.25.3-1.el9_6.aarch64",
"product_id": "go-toolset-0:1.25.3-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_6.aarch64",
"product": {
"name": "golang-0:1.25.3-1.el9_6.aarch64",
"product_id": "golang-0:1.25.3-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el9_6.aarch64",
"product": {
"name": "golang-bin-0:1.25.3-1.el9_6.aarch64",
"product_id": "golang-bin-0:1.25.3-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el9_6.aarch64",
"product": {
"name": "golang-race-0:1.25.3-1.el9_6.aarch64",
"product_id": "golang-race-0:1.25.3-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el9_6.aarch64",
"product": {
"name": "delve-0:1.25.2-1.el9_6.aarch64",
"product_id": "delve-0:1.25.2-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el9_6.aarch64",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el9_6.aarch64",
"product_id": "delve-debugsource-0:1.25.2-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el9_6.aarch64",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el9_6.aarch64",
"product_id": "delve-debuginfo-0:1.25.2-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el9_6.ppc64le",
"product": {
"name": "go-toolset-0:1.25.3-1.el9_6.ppc64le",
"product_id": "go-toolset-0:1.25.3-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_6.ppc64le",
"product": {
"name": "golang-0:1.25.3-1.el9_6.ppc64le",
"product_id": "golang-0:1.25.3-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el9_6.ppc64le",
"product": {
"name": "golang-bin-0:1.25.3-1.el9_6.ppc64le",
"product_id": "golang-bin-0:1.25.3-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el9_6.ppc64le",
"product": {
"name": "golang-race-0:1.25.3-1.el9_6.ppc64le",
"product_id": "golang-race-0:1.25.3-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el9_6.ppc64le",
"product": {
"name": "delve-0:1.25.2-1.el9_6.ppc64le",
"product_id": "delve-0:1.25.2-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el9_6.ppc64le",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el9_6.ppc64le",
"product_id": "delve-debugsource-0:1.25.2-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el9_6.ppc64le",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el9_6.ppc64le",
"product_id": "delve-debuginfo-0:1.25.2-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el9_6.x86_64",
"product": {
"name": "go-toolset-0:1.25.3-1.el9_6.x86_64",
"product_id": "go-toolset-0:1.25.3-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_6.x86_64",
"product": {
"name": "golang-0:1.25.3-1.el9_6.x86_64",
"product_id": "golang-0:1.25.3-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el9_6.x86_64",
"product": {
"name": "golang-bin-0:1.25.3-1.el9_6.x86_64",
"product_id": "golang-bin-0:1.25.3-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el9_6.x86_64",
"product": {
"name": "golang-race-0:1.25.3-1.el9_6.x86_64",
"product_id": "golang-race-0:1.25.3-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el9_6.x86_64",
"product": {
"name": "delve-0:1.25.2-1.el9_6.x86_64",
"product_id": "delve-0:1.25.2-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el9_6.x86_64",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el9_6.x86_64",
"product_id": "delve-debugsource-0:1.25.2-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el9_6.x86_64",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el9_6.x86_64",
"product_id": "delve-debuginfo-0:1.25.2-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el9_6.s390x",
"product": {
"name": "go-toolset-0:1.25.3-1.el9_6.s390x",
"product_id": "go-toolset-0:1.25.3-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_6.s390x",
"product": {
"name": "golang-0:1.25.3-1.el9_6.s390x",
"product_id": "golang-0:1.25.3-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el9_6.s390x",
"product": {
"name": "golang-bin-0:1.25.3-1.el9_6.s390x",
"product_id": "golang-bin-0:1.25.3-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el9_6.s390x",
"product": {
"name": "golang-race-0:1.25.3-1.el9_6.s390x",
"product_id": "golang-race-0:1.25.3-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_6.src",
"product": {
"name": "golang-0:1.25.3-1.el9_6.src",
"product_id": "golang-0:1.25.3-1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_6?arch=src"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el9_6.src",
"product": {
"name": "delve-0:1.25.2-1.el9_6.src",
"product_id": "delve-0:1.25.2-1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.25.3-1.el9_6.noarch",
"product": {
"name": "golang-docs-0:1.25.3-1.el9_6.noarch",
"product_id": "golang-docs-0:1.25.3-1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.25.3-1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.25.3-1.el9_6.noarch",
"product": {
"name": "golang-misc-0:1.25.3-1.el9_6.noarch",
"product_id": "golang-misc-0:1.25.3-1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.25.3-1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.25.3-1.el9_6.noarch",
"product": {
"name": "golang-src-0:1.25.3-1.el9_6.noarch",
"product_id": "golang-src-0:1.25.3-1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.25.3-1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.25.3-1.el9_6.noarch",
"product": {
"name": "golang-tests-0:1.25.3-1.el9_6.noarch",
"product_id": "golang-tests-0:1.25.3-1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.25.3-1.el9_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.aarch64"
},
"product_reference": "delve-0:1.25.2-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.ppc64le"
},
"product_reference": "delve-0:1.25.2-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.src"
},
"product_reference": "delve-0:1.25.2-1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.x86_64"
},
"product_reference": "delve-0:1.25.2-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.aarch64"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.ppc64le"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.x86_64"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.aarch64"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.ppc64le"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.x86_64"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.aarch64"
},
"product_reference": "go-toolset-0:1.25.3-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.ppc64le"
},
"product_reference": "go-toolset-0:1.25.3-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.s390x"
},
"product_reference": "go-toolset-0:1.25.3-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.x86_64"
},
"product_reference": "go-toolset-0:1.25.3-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.aarch64"
},
"product_reference": "golang-0:1.25.3-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.ppc64le"
},
"product_reference": "golang-0:1.25.3-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.s390x"
},
"product_reference": "golang-0:1.25.3-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.src"
},
"product_reference": "golang-0:1.25.3-1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.x86_64"
},
"product_reference": "golang-0:1.25.3-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.aarch64"
},
"product_reference": "golang-bin-0:1.25.3-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.ppc64le"
},
"product_reference": "golang-bin-0:1.25.3-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.s390x"
},
"product_reference": "golang-bin-0:1.25.3-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.x86_64"
},
"product_reference": "golang-bin-0:1.25.3-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.25.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.3-1.el9_6.noarch"
},
"product_reference": "golang-docs-0:1.25.3-1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.25.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.3-1.el9_6.noarch"
},
"product_reference": "golang-misc-0:1.25.3-1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.aarch64"
},
"product_reference": "golang-race-0:1.25.3-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.ppc64le"
},
"product_reference": "golang-race-0:1.25.3-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.s390x"
},
"product_reference": "golang-race-0:1.25.3-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.x86_64"
},
"product_reference": "golang-race-0:1.25.3-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.25.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-src-0:1.25.3-1.el9_6.noarch"
},
"product_reference": "golang-src-0:1.25.3-1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.25.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.3-1.el9_6.noarch"
},
"product_reference": "golang-tests-0:1.25.3-1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.3-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.3-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.3-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.3-1.el9_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-20T00:35:26+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.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.3-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.3-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.3-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.3-1.el9_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21778"
},
{
"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": [
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.3-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.3-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.3-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.3-1.el9_6.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:delve-0:1.25.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:delve-debuginfo-0:1.25.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:delve-debugsource-0:1.25.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.3-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.3-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.3-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.3-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.3-1.el9_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22668
Vulnerability from csaf_redhat - Published: 2025-12-03 14:58 - Updated: 2026-01-22 22:38Notes
{
"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 the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.\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": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* os/exec: Unexpected paths returned from LookPath in os/exec (CVE-2025-47906)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:22668",
"url": "https://access.redhat.com/errata/RHSA-2025:22668"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22668.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:28+00:00",
"generator": {
"date": "2026-01-22T22:38:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:22668",
"initial_release_date": "2025-12-03T14:58:33+00:00",
"revision_history": [
{
"date": "2025-12-03T14:58:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-03T14:58:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:28+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. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"product": {
"name": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src (go-toolset:rhel8)",
"product_id": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=src\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"product": {
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src (go-toolset:rhel8)",
"product_id": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=src\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"product": {
"name": "golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch (go-toolset:rhel8)",
"product_id": "golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=noarch\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"product": {
"name": "golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch (go-toolset:rhel8)",
"product_id": "golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=noarch\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"product": {
"name": "golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch (go-toolset:rhel8)",
"product_id": "golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=noarch\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"product": {
"name": "golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch (go-toolset:rhel8)",
"product_id": "golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=noarch\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8)",
"product_id": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8)",
"product_id": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8)",
"product_id": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product": {
"name": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8)",
"product_id": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8)",
"product_id": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8)",
"product_id": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8)",
"product_id": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8)",
"product_id": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8)",
"product_id": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=s390x\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"product": {
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x (go-toolset:rhel8)",
"product_id": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=s390x\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=s390x\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x (go-toolset:rhel8)",
"product_id": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-2.module%2Bel8.10.0%2B23746%2B9db33b5e?arch=s390x\u0026rpmmod=go-toolset:rhel8:8100020251201162956:a3795dee"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8"
},
"product_reference": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8"
},
"product_reference": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"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-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-03T14:58:33+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-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22668"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-03T14:58:33+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-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22668"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.25.2-1.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-race-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.25.3-2.module+el8.10.0+23746+9db33b5e.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:21964
Vulnerability from csaf_redhat - Published: 2025-11-24 15:01 - Updated: 2026-01-22 22:38Notes
{
"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 buildah is now available for Red Hat Enterprise Linux 9.6 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 buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:21964",
"url": "https://access.redhat.com/errata/RHSA-2025:21964"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "RHEL-129120",
"url": "https://issues.redhat.com/browse/RHEL-129120"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21964.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:22+00:00",
"generator": {
"date": "2026-01-22T22:38:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:21964",
"initial_release_date": "2025-11-24T15:01:52+00:00",
"revision_history": [
{
"date": "2025-11-24T15:01:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-24T15:01:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:22+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.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-1.el9_6.src",
"product": {
"name": "buildah-2:1.39.6-1.el9_6.src",
"product_id": "buildah-2:1.39.6-1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-1.el9_6?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-1.el9_6.aarch64",
"product": {
"name": "buildah-2:1.39.6-1.el9_6.aarch64",
"product_id": "buildah-2:1.39.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-1.el9_6.aarch64",
"product": {
"name": "buildah-tests-2:1.39.6-1.el9_6.aarch64",
"product_id": "buildah-tests-2:1.39.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"product": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"product_id": "buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"product_id": "buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-1.el9_6.ppc64le",
"product": {
"name": "buildah-2:1.39.6-1.el9_6.ppc64le",
"product_id": "buildah-2:1.39.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"product": {
"name": "buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"product_id": "buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"product_id": "buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"product_id": "buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-1.el9_6.x86_64",
"product": {
"name": "buildah-2:1.39.6-1.el9_6.x86_64",
"product_id": "buildah-2:1.39.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-1.el9_6.x86_64",
"product": {
"name": "buildah-tests-2:1.39.6-1.el9_6.x86_64",
"product_id": "buildah-tests-2:1.39.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"product": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"product_id": "buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"product_id": "buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-1.el9_6.s390x",
"product": {
"name": "buildah-2:1.39.6-1.el9_6.s390x",
"product_id": "buildah-2:1.39.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-1.el9_6.s390x",
"product": {
"name": "buildah-tests-2:1.39.6-1.el9_6.s390x",
"product_id": "buildah-tests-2:1.39.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"product": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"product_id": "buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"product": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"product_id": "buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"product_id": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-1.el9_6?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.aarch64"
},
"product_reference": "buildah-2:1.39.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.ppc64le"
},
"product_reference": "buildah-2:1.39.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.s390x"
},
"product_reference": "buildah-2:1.39.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.src"
},
"product_reference": "buildah-2:1.39.6-1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.x86_64"
},
"product_reference": "buildah-2:1.39.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.s390x"
},
"product_reference": "buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.aarch64"
},
"product_reference": "buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.s390x"
},
"product_reference": "buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.x86_64"
},
"product_reference": "buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.aarch64"
},
"product_reference": "buildah-tests-2:1.39.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.ppc64le"
},
"product_reference": "buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.s390x"
},
"product_reference": "buildah-tests-2:1.39.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.x86_64"
},
"product_reference": "buildah-tests-2:1.39.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-24T15:01: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.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21964"
},
{
"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": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0973
Vulnerability from csaf_redhat - Published: 2026-01-22 05:34 - Updated: 2026-01-22 22:40Notes
{
"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 osbuild-composer is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\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": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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-2026:0973",
"url": "https://access.redhat.com/errata/RHSA-2026:0973"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0973.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-01-22T22:40:08+00:00",
"generator": {
"date": "2026-01-22T22:40:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0973",
"initial_release_date": "2026-01-22T05:34:26+00:00",
"revision_history": [
{
"date": "2026-01-22T05:34:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-22T05:34:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:40:08+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.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:75-5.el8_8.src",
"product": {
"name": "osbuild-composer-0:75-5.el8_8.src",
"product_id": "osbuild-composer-0:75-5.el8_8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@75-5.el8_8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:75-5.el8_8.ppc64le",
"product": {
"name": "osbuild-composer-0:75-5.el8_8.ppc64le",
"product_id": "osbuild-composer-0:75-5.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@75-5.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:75-5.el8_8.ppc64le",
"product": {
"name": "osbuild-composer-core-0:75-5.el8_8.ppc64le",
"product_id": "osbuild-composer-core-0:75-5.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@75-5.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:75-5.el8_8.ppc64le",
"product": {
"name": "osbuild-composer-dnf-json-0:75-5.el8_8.ppc64le",
"product_id": "osbuild-composer-dnf-json-0:75-5.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@75-5.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:75-5.el8_8.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:75-5.el8_8.ppc64le",
"product_id": "osbuild-composer-worker-0:75-5.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@75-5.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:75-5.el8_8.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:75-5.el8_8.ppc64le",
"product_id": "osbuild-composer-debugsource-0:75-5.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@75-5.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:75-5.el8_8.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:75-5.el8_8.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:75-5.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@75-5.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:75-5.el8_8.ppc64le",
"product": {
"name": "osbuild-composer-debuginfo-0:75-5.el8_8.ppc64le",
"product_id": "osbuild-composer-debuginfo-0:75-5.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@75-5.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:75-5.el8_8.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:75-5.el8_8.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:75-5.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@75-5.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:75-5.el8_8.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:75-5.el8_8.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:75-5.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@75-5.el8_8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:75-5.el8_8.x86_64",
"product": {
"name": "osbuild-composer-0:75-5.el8_8.x86_64",
"product_id": "osbuild-composer-0:75-5.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@75-5.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:75-5.el8_8.x86_64",
"product": {
"name": "osbuild-composer-core-0:75-5.el8_8.x86_64",
"product_id": "osbuild-composer-core-0:75-5.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@75-5.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:75-5.el8_8.x86_64",
"product": {
"name": "osbuild-composer-dnf-json-0:75-5.el8_8.x86_64",
"product_id": "osbuild-composer-dnf-json-0:75-5.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@75-5.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:75-5.el8_8.x86_64",
"product": {
"name": "osbuild-composer-worker-0:75-5.el8_8.x86_64",
"product_id": "osbuild-composer-worker-0:75-5.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@75-5.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:75-5.el8_8.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:75-5.el8_8.x86_64",
"product_id": "osbuild-composer-debugsource-0:75-5.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@75-5.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@75-5.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:75-5.el8_8.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:75-5.el8_8.x86_64",
"product_id": "osbuild-composer-debuginfo-0:75-5.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@75-5.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@75-5.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@75-5.el8_8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:75-5.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.ppc64le"
},
"product_reference": "osbuild-composer-0:75-5.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:75-5.el8_8.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.src"
},
"product_reference": "osbuild-composer-0:75-5.el8_8.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:75-5.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-core-0:75-5.el8_8.ppc64le"
},
"product_reference": "osbuild-composer-core-0:75-5.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-core-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-core-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:75-5.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-core-debuginfo-0:75-5.el8_8.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:75-5.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:75-5.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-debuginfo-0:75-5.el8_8.ppc64le"
},
"product_reference": "osbuild-composer-debuginfo-0:75-5.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-debuginfo-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:75-5.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-debugsource-0:75-5.el8_8.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:75-5.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-debugsource-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:75-5.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-dnf-json-0:75-5.el8_8.ppc64le"
},
"product_reference": "osbuild-composer-dnf-json-0:75-5.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-dnf-json-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:75-5.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-tests-debuginfo-0:75-5.el8_8.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:75-5.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:75-5.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-worker-0:75-5.el8_8.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:75-5.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-worker-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-worker-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:75-5.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-worker-debuginfo-0:75-5.el8_8.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:75-5.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:75-5.el8_8.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:osbuild-composer-0:75-5.el8_8.src"
},
"product_reference": "osbuild-composer-0:75-5.el8_8.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:osbuild-composer-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:osbuild-composer-core-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-core-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:osbuild-composer-debuginfo-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:osbuild-composer-debugsource-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:osbuild-composer-dnf-json-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:osbuild-composer-worker-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-worker-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.src",
"AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debugsource-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debugsource-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-dnf-json-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-dnf-json-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-tests-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-0:75-5.el8_8.src",
"AppStream-8.8.0.Z.TUS:osbuild-composer-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-core-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-debugsource-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-dnf-json-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-worker-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T05:34:26+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-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.src",
"AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debugsource-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debugsource-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-dnf-json-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-dnf-json-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-tests-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-0:75-5.el8_8.src",
"AppStream-8.8.0.Z.TUS:osbuild-composer-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-core-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-debugsource-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-dnf-json-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-worker-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0973"
},
{
"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": [
"AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.src",
"AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debugsource-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debugsource-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-dnf-json-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-dnf-json-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-tests-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-0:75-5.el8_8.src",
"AppStream-8.8.0.Z.TUS:osbuild-composer-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-core-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-debugsource-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-dnf-json-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-worker-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.src",
"AppStream-8.8.0.Z.E4S:osbuild-composer-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debugsource-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-debugsource-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-dnf-json-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-dnf-json-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-tests-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-debuginfo-0:75-5.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-0:75-5.el8_8.src",
"AppStream-8.8.0.Z.TUS:osbuild-composer-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-core-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-core-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-debugsource-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-dnf-json-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-tests-debuginfo-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-worker-0:75-5.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:osbuild-composer-worker-debuginfo-0:75-5.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0722
Vulnerability from csaf_redhat - Published: 2026-01-15 17:23 - Updated: 2026-01-23 08:50Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The multicluster engine for Kubernetes 2.8 General Availability release images, \nwhich add new features and enhancements, bug fixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "The multicluster engine for Kubernetes v2.8 images\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 bring existing Kubernetes-based clusters under management by\nimporting them. After 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-2026:0722",
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2022-21698",
"url": "https://access.redhat.com/security/cve/CVE-2022-21698"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-24786",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/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-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9287",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9288",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0722.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes v2.8.4 security update",
"tracking": {
"current_release_date": "2026-01-23T08:50:54+00:00",
"generator": {
"date": "2026-01-23T08:50:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2026:0722",
"initial_release_date": "2026-01-15T17:23:06+00:00",
"revision_history": [
{
"date": "2026-01-15T17:23:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-20T22:07:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-23T08:50:54+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.8",
"product": {
"name": "multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.8::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Af98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Abee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Abf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765905666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765874093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Aec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Abb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765755875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ac0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Aa3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765829333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765669648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Adc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766099052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Ab49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765908967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766240121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Ad3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ac0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Aaac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Ab58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Ab454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Abf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Aa001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872400"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765905666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Af35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765874093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Afd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765755875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ac3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Adf8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765829333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Ac539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765669648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766099052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Aeaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765908967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Ac35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Ac34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766240121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Aa50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3Adaad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Affdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872400"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ae69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Ae4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765905666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765874093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Abf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Ab876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ae30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765755875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Aa056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765829333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Aeecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765669648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766099052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765908967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Aa3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Af9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Ac7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766240121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Ab23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Abf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872400"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765905666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Ae5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765874093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765755875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ac61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Ab080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Ac7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765829333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Ab2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765669648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766099052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765908967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766240121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Aec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Aad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Aa9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Acd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Ae5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872400"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-21698",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2022-01-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2045880"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service attack was found in prometheus/client_golang. This flaw allows an attacker to produce a denial of service attack on an HTTP server by exploiting the InstrumentHandlerCounter function in the version below 1.11.1, resulting in a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having a moderate impact for two main reasons. The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. Additionally, this is in alignment with upstream\u0027s (the Prometheus project) impact rating.",
"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.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21698"
},
{
"category": "external",
"summary": "RHBZ#2045880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698"
},
{
"category": "external",
"summary": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p",
"url": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p"
}
],
"release_date": "2022-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"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.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x"
]
}
],
"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 low 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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-9287",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T22:00:53.821394+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389932"
}
],
"notes": [
{
"category": "description",
"text": "An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid\u00a0value calculations,\u00a0hanging and\u00a0rewinding the\u00a0hash state, including\u00a0turning a tagged hash\u00a0into an untagged\u00a0hash, for malicious JSON-stringifyable\u00a0inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cipher-base: Cipher-base hash manipulation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "RHBZ#2389932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/pull/23",
"url": "https://github.com/browserify/cipher-base/pull/23"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc",
"url": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc"
}
],
"release_date": "2025-08-20T21:43:56.548000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cipher-base: Cipher-base hash manipulation"
},
{
"cve": "CVE-2025-9288",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T23:00:56.263191+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389980"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sha.js: Missing type checks leading to hash rewind and passing on crafted data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important rather then Critical because while the lack of input type checks in sha.js allows for hash state rewinding, crafted collisions, and potential denial of service, the vulnerability requires highly specific crafted input objects that are unlikely to occur in typical real-world usage, especially since most applications pass well-formed strings or buffers to hashing functions. Moreover, the cryptographic breakages described, such as nonce reuse leading to private key extraction, are indirect and depend on downstream libraries misusing sha.js for sensitive operations without additional validation layers. As a result, the flaw significantly undermines correctness and robustness of the hashing API, but its exploitability in common production systems is constrained, which could justify viewing it as an Important vulnerability rather than a Critical one.\n\n\nThe flaw requires applications to pass attacker-controlled, non-standard JavaScript objects into hash.update(). Most real-world Node.js applications and libraries already use Buffer, TypedArray, or String inputs, which are unaffected. Furthermore, Node\u2019s built-in crypto module, which is widely adopted, enforces stricter type-checking and is not impacted. As a result, the vulnerability mainly threatens projects that (a) directly depend on sha.js for cryptographically sensitive operations, and (b) hash untrusted input without type validation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "RHBZ#2389980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/pull/78",
"url": "https://github.com/browserify/sha.js/pull/78"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5",
"url": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
}
],
"release_date": "2025-08-20T21:59:44.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sha.js: Missing type checks leading to hash rewind and passing on crafted data"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
}
],
"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.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0530
Vulnerability from csaf_redhat - Published: 2026-01-13 20:48 - Updated: 2026-01-22 22:40Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Service Mesh 2.6.12\n\nThis update has a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Service Mesh 2.6.12, which is based on the open source Istio project, addresses a variety of problems in a microservice architecture by creating a centralized point of control in an application.\n\nSecurity Fix(es):\n\n* istio-cni-rhel8: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n* pilot-rhel8: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:0530",
"url": "https://access.redhat.com/errata/RHSA-2026:0530"
},
{
"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/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/cve-2025-58183",
"url": "https://access.redhat.com/security/cve/cve-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification",
"url": "https://access.redhat.com/security/updates/classification"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0530.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Service Mesh 2.6.12",
"tracking": {
"current_release_date": "2026-01-22T22:40:02+00:00",
"generator": {
"date": "2026-01-22T22:40:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0530",
"initial_release_date": "2026-01-13T20:48:49+00:00",
"revision_history": [
{
"date": "2026-01-13T20:48:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-13T20:48:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:40:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Service Mesh 2.6",
"product": {
"name": "Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_mesh:2.6::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Service Mesh"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/istio-operator-bundle@sha256:0676c01437a80b84a7b177bfb0fc39e8d555c0682aaaf329db3d7948eb95c86c_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/istio-operator-bundle@sha256:0676c01437a80b84a7b177bfb0fc39e8d555c0682aaaf329db3d7948eb95c86c_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/istio-operator-bundle@sha256:0676c01437a80b84a7b177bfb0fc39e8d555c0682aaaf329db3d7948eb95c86c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/istio-operator-bundle@sha256%3A0676c01437a80b84a7b177bfb0fc39e8d555c0682aaaf329db3d7948eb95c86c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767915015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:9055817f1ad1c47a4e63743008fd83e7c39f447cad3098ca2c98f65dc039ee05_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:9055817f1ad1c47a4e63743008fd83e7c39f447cad3098ca2c98f65dc039ee05_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:9055817f1ad1c47a4e63743008fd83e7c39f447cad3098ca2c98f65dc039ee05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/istio-cni-rhel8@sha256%3A9055817f1ad1c47a4e63743008fd83e7c39f447cad3098ca2c98f65dc039ee05?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767871816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:a01603277974458ba19dc26bdafd9d054caec685221b1ad05f94de820181ea3f_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:a01603277974458ba19dc26bdafd9d054caec685221b1ad05f94de820181ea3f_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:a01603277974458ba19dc26bdafd9d054caec685221b1ad05f94de820181ea3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel8@sha256%3Aa01603277974458ba19dc26bdafd9d054caec685221b1ad05f94de820181ea3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1766824007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:2602088775bc0137d42b887d6f62e841b5f75e7a67ccff34c6fac37e73c46016_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:2602088775bc0137d42b887d6f62e841b5f75e7a67ccff34c6fac37e73c46016_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:2602088775bc0137d42b887d6f62e841b5f75e7a67ccff34c6fac37e73c46016_amd64",
"product_identification_helper": {
"purl": "pkg:oci/istio-rhel8-operator@sha256%3A2602088775bc0137d42b887d6f62e841b5f75e7a67ccff34c6fac37e73c46016?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767910245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:a615642c33a1e06061e8248facdef75e6c2bb9de66da0182b2e5649392939a2d_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:a615642c33a1e06061e8248facdef75e6c2bb9de66da0182b2e5649392939a2d_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:a615642c33a1e06061e8248facdef75e6c2bb9de66da0182b2e5649392939a2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pilot-rhel8@sha256%3Aa615642c33a1e06061e8248facdef75e6c2bb9de66da0182b2e5649392939a2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767884649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:450edfc59d33b4b86fad1caaf2dea72333de0ea1c590df487bbac6558d1bd15e_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:450edfc59d33b4b86fad1caaf2dea72333de0ea1c590df487bbac6558d1bd15e_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:450edfc59d33b4b86fad1caaf2dea72333de0ea1c590df487bbac6558d1bd15e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ratelimit-rhel8@sha256%3A450edfc59d33b4b86fad1caaf2dea72333de0ea1c590df487bbac6558d1bd15e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767871771"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:3163d29ce62ebb1e431621b80f1705a0ffb5fcc94bed4359fa55249e73b073c3_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:3163d29ce62ebb1e431621b80f1705a0ffb5fcc94bed4359fa55249e73b073c3_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:3163d29ce62ebb1e431621b80f1705a0ffb5fcc94bed4359fa55249e73b073c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/istio-cni-rhel8@sha256%3A3163d29ce62ebb1e431621b80f1705a0ffb5fcc94bed4359fa55249e73b073c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767871816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:2c4053ff8e7a59e2d2ce6cc336cd273c74587e8f73dc88a4f870dbfa9c281468_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:2c4053ff8e7a59e2d2ce6cc336cd273c74587e8f73dc88a4f870dbfa9c281468_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:2c4053ff8e7a59e2d2ce6cc336cd273c74587e8f73dc88a4f870dbfa9c281468_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel8@sha256%3A2c4053ff8e7a59e2d2ce6cc336cd273c74587e8f73dc88a4f870dbfa9c281468?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1766824007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:25d2342add35718131b35c05224e1d0612574efd252a10c32a39730a6e08772e_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:25d2342add35718131b35c05224e1d0612574efd252a10c32a39730a6e08772e_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:25d2342add35718131b35c05224e1d0612574efd252a10c32a39730a6e08772e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/istio-rhel8-operator@sha256%3A25d2342add35718131b35c05224e1d0612574efd252a10c32a39730a6e08772e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767910245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:2a3ef39ec8a730e03da51f2f251c21577cdc6308afd8fb07f95be613cd3da041_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:2a3ef39ec8a730e03da51f2f251c21577cdc6308afd8fb07f95be613cd3da041_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:2a3ef39ec8a730e03da51f2f251c21577cdc6308afd8fb07f95be613cd3da041_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pilot-rhel8@sha256%3A2a3ef39ec8a730e03da51f2f251c21577cdc6308afd8fb07f95be613cd3da041?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767884649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:a5e6ebc462d6eeabcc7af4e4c64d79782607bc588b5c2160d5c1e996788a663b_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:a5e6ebc462d6eeabcc7af4e4c64d79782607bc588b5c2160d5c1e996788a663b_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:a5e6ebc462d6eeabcc7af4e4c64d79782607bc588b5c2160d5c1e996788a663b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ratelimit-rhel8@sha256%3Aa5e6ebc462d6eeabcc7af4e4c64d79782607bc588b5c2160d5c1e996788a663b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767871771"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:49544a11bb1cfa5a5f134a25c3721f7adbd4535a598790786d0a6de7daca07f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:49544a11bb1cfa5a5f134a25c3721f7adbd4535a598790786d0a6de7daca07f0_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:49544a11bb1cfa5a5f134a25c3721f7adbd4535a598790786d0a6de7daca07f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/istio-cni-rhel8@sha256%3A49544a11bb1cfa5a5f134a25c3721f7adbd4535a598790786d0a6de7daca07f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767871816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:3496b46b67f9252e0b8098c9bd881e82310d93b8f2cefcf6c72eb7aa248ce84d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:3496b46b67f9252e0b8098c9bd881e82310d93b8f2cefcf6c72eb7aa248ce84d_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:3496b46b67f9252e0b8098c9bd881e82310d93b8f2cefcf6c72eb7aa248ce84d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel8@sha256%3A3496b46b67f9252e0b8098c9bd881e82310d93b8f2cefcf6c72eb7aa248ce84d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1766824007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:f5e863158ed07353ed7f373452d4046487823e9ab3feab0f7375481ee130b561_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:f5e863158ed07353ed7f373452d4046487823e9ab3feab0f7375481ee130b561_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:f5e863158ed07353ed7f373452d4046487823e9ab3feab0f7375481ee130b561_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/istio-rhel8-operator@sha256%3Af5e863158ed07353ed7f373452d4046487823e9ab3feab0f7375481ee130b561?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767910245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:d4ae3a2e1ad5e11f0d520cc50e754ad5f4f14aea9b2f2d87cde30794b7dddbbf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:d4ae3a2e1ad5e11f0d520cc50e754ad5f4f14aea9b2f2d87cde30794b7dddbbf_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:d4ae3a2e1ad5e11f0d520cc50e754ad5f4f14aea9b2f2d87cde30794b7dddbbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pilot-rhel8@sha256%3Ad4ae3a2e1ad5e11f0d520cc50e754ad5f4f14aea9b2f2d87cde30794b7dddbbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767884649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:5bfcc8136345c9bbc43e626a627f1936b576249443e1b603a11e32658fa94ebe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:5bfcc8136345c9bbc43e626a627f1936b576249443e1b603a11e32658fa94ebe_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:5bfcc8136345c9bbc43e626a627f1936b576249443e1b603a11e32658fa94ebe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ratelimit-rhel8@sha256%3A5bfcc8136345c9bbc43e626a627f1936b576249443e1b603a11e32658fa94ebe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767871771"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:a4124697d5320959bf3af490f5e0cd5129242f3a6b59a96e4ba8046aa4776910_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:a4124697d5320959bf3af490f5e0cd5129242f3a6b59a96e4ba8046aa4776910_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:a4124697d5320959bf3af490f5e0cd5129242f3a6b59a96e4ba8046aa4776910_s390x",
"product_identification_helper": {
"purl": "pkg:oci/istio-cni-rhel8@sha256%3Aa4124697d5320959bf3af490f5e0cd5129242f3a6b59a96e4ba8046aa4776910?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767871816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:ff8422fa1b39e5df9664a509ef542ac1e7e827236c7515cd9bb76e7c0a568d7f_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:ff8422fa1b39e5df9664a509ef542ac1e7e827236c7515cd9bb76e7c0a568d7f_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:ff8422fa1b39e5df9664a509ef542ac1e7e827236c7515cd9bb76e7c0a568d7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel8@sha256%3Aff8422fa1b39e5df9664a509ef542ac1e7e827236c7515cd9bb76e7c0a568d7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1766824007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:335f6264af687828def16100d1ed6ff49b6dc49db15f7e65da9f117eb6f6aad7_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:335f6264af687828def16100d1ed6ff49b6dc49db15f7e65da9f117eb6f6aad7_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:335f6264af687828def16100d1ed6ff49b6dc49db15f7e65da9f117eb6f6aad7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/istio-rhel8-operator@sha256%3A335f6264af687828def16100d1ed6ff49b6dc49db15f7e65da9f117eb6f6aad7?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767910245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:6ac6c7f1cc61becb2ef19ea4f39cee4706ec6c64df5b247ab1cc7fdef0ec303a_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:6ac6c7f1cc61becb2ef19ea4f39cee4706ec6c64df5b247ab1cc7fdef0ec303a_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:6ac6c7f1cc61becb2ef19ea4f39cee4706ec6c64df5b247ab1cc7fdef0ec303a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pilot-rhel8@sha256%3A6ac6c7f1cc61becb2ef19ea4f39cee4706ec6c64df5b247ab1cc7fdef0ec303a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767884649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:478d3ddbefce1f4a5f6ed7ab38db87e589cc37583d19a3b8bf2aba89a1ea1543_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:478d3ddbefce1f4a5f6ed7ab38db87e589cc37583d19a3b8bf2aba89a1ea1543_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:478d3ddbefce1f4a5f6ed7ab38db87e589cc37583d19a3b8bf2aba89a1ea1543_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ratelimit-rhel8@sha256%3A478d3ddbefce1f4a5f6ed7ab38db87e589cc37583d19a3b8bf2aba89a1ea1543?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1767871771"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:2c4053ff8e7a59e2d2ce6cc336cd273c74587e8f73dc88a4f870dbfa9c281468_arm64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:2c4053ff8e7a59e2d2ce6cc336cd273c74587e8f73dc88a4f870dbfa9c281468_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:2c4053ff8e7a59e2d2ce6cc336cd273c74587e8f73dc88a4f870dbfa9c281468_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:3496b46b67f9252e0b8098c9bd881e82310d93b8f2cefcf6c72eb7aa248ce84d_ppc64le as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:3496b46b67f9252e0b8098c9bd881e82310d93b8f2cefcf6c72eb7aa248ce84d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:3496b46b67f9252e0b8098c9bd881e82310d93b8f2cefcf6c72eb7aa248ce84d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:a01603277974458ba19dc26bdafd9d054caec685221b1ad05f94de820181ea3f_amd64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:a01603277974458ba19dc26bdafd9d054caec685221b1ad05f94de820181ea3f_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:a01603277974458ba19dc26bdafd9d054caec685221b1ad05f94de820181ea3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:ff8422fa1b39e5df9664a509ef542ac1e7e827236c7515cd9bb76e7c0a568d7f_s390x as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:ff8422fa1b39e5df9664a509ef542ac1e7e827236c7515cd9bb76e7c0a568d7f_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:ff8422fa1b39e5df9664a509ef542ac1e7e827236c7515cd9bb76e7c0a568d7f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:3163d29ce62ebb1e431621b80f1705a0ffb5fcc94bed4359fa55249e73b073c3_arm64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:3163d29ce62ebb1e431621b80f1705a0ffb5fcc94bed4359fa55249e73b073c3_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:3163d29ce62ebb1e431621b80f1705a0ffb5fcc94bed4359fa55249e73b073c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:49544a11bb1cfa5a5f134a25c3721f7adbd4535a598790786d0a6de7daca07f0_ppc64le as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:49544a11bb1cfa5a5f134a25c3721f7adbd4535a598790786d0a6de7daca07f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:49544a11bb1cfa5a5f134a25c3721f7adbd4535a598790786d0a6de7daca07f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:9055817f1ad1c47a4e63743008fd83e7c39f447cad3098ca2c98f65dc039ee05_amd64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:9055817f1ad1c47a4e63743008fd83e7c39f447cad3098ca2c98f65dc039ee05_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:9055817f1ad1c47a4e63743008fd83e7c39f447cad3098ca2c98f65dc039ee05_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:a4124697d5320959bf3af490f5e0cd5129242f3a6b59a96e4ba8046aa4776910_s390x as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:a4124697d5320959bf3af490f5e0cd5129242f3a6b59a96e4ba8046aa4776910_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:a4124697d5320959bf3af490f5e0cd5129242f3a6b59a96e4ba8046aa4776910_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/istio-operator-bundle@sha256:0676c01437a80b84a7b177bfb0fc39e8d555c0682aaaf329db3d7948eb95c86c_amd64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-operator-bundle@sha256:0676c01437a80b84a7b177bfb0fc39e8d555c0682aaaf329db3d7948eb95c86c_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/istio-operator-bundle@sha256:0676c01437a80b84a7b177bfb0fc39e8d555c0682aaaf329db3d7948eb95c86c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:25d2342add35718131b35c05224e1d0612574efd252a10c32a39730a6e08772e_arm64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:25d2342add35718131b35c05224e1d0612574efd252a10c32a39730a6e08772e_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:25d2342add35718131b35c05224e1d0612574efd252a10c32a39730a6e08772e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:2602088775bc0137d42b887d6f62e841b5f75e7a67ccff34c6fac37e73c46016_amd64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:2602088775bc0137d42b887d6f62e841b5f75e7a67ccff34c6fac37e73c46016_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:2602088775bc0137d42b887d6f62e841b5f75e7a67ccff34c6fac37e73c46016_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:335f6264af687828def16100d1ed6ff49b6dc49db15f7e65da9f117eb6f6aad7_s390x as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:335f6264af687828def16100d1ed6ff49b6dc49db15f7e65da9f117eb6f6aad7_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:335f6264af687828def16100d1ed6ff49b6dc49db15f7e65da9f117eb6f6aad7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:f5e863158ed07353ed7f373452d4046487823e9ab3feab0f7375481ee130b561_ppc64le as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:f5e863158ed07353ed7f373452d4046487823e9ab3feab0f7375481ee130b561_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:f5e863158ed07353ed7f373452d4046487823e9ab3feab0f7375481ee130b561_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:2a3ef39ec8a730e03da51f2f251c21577cdc6308afd8fb07f95be613cd3da041_arm64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:2a3ef39ec8a730e03da51f2f251c21577cdc6308afd8fb07f95be613cd3da041_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:2a3ef39ec8a730e03da51f2f251c21577cdc6308afd8fb07f95be613cd3da041_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:6ac6c7f1cc61becb2ef19ea4f39cee4706ec6c64df5b247ab1cc7fdef0ec303a_s390x as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:6ac6c7f1cc61becb2ef19ea4f39cee4706ec6c64df5b247ab1cc7fdef0ec303a_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:6ac6c7f1cc61becb2ef19ea4f39cee4706ec6c64df5b247ab1cc7fdef0ec303a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:a615642c33a1e06061e8248facdef75e6c2bb9de66da0182b2e5649392939a2d_amd64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:a615642c33a1e06061e8248facdef75e6c2bb9de66da0182b2e5649392939a2d_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:a615642c33a1e06061e8248facdef75e6c2bb9de66da0182b2e5649392939a2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:d4ae3a2e1ad5e11f0d520cc50e754ad5f4f14aea9b2f2d87cde30794b7dddbbf_ppc64le as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:d4ae3a2e1ad5e11f0d520cc50e754ad5f4f14aea9b2f2d87cde30794b7dddbbf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:d4ae3a2e1ad5e11f0d520cc50e754ad5f4f14aea9b2f2d87cde30794b7dddbbf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:450edfc59d33b4b86fad1caaf2dea72333de0ea1c590df487bbac6558d1bd15e_amd64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:450edfc59d33b4b86fad1caaf2dea72333de0ea1c590df487bbac6558d1bd15e_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:450edfc59d33b4b86fad1caaf2dea72333de0ea1c590df487bbac6558d1bd15e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:478d3ddbefce1f4a5f6ed7ab38db87e589cc37583d19a3b8bf2aba89a1ea1543_s390x as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:478d3ddbefce1f4a5f6ed7ab38db87e589cc37583d19a3b8bf2aba89a1ea1543_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:478d3ddbefce1f4a5f6ed7ab38db87e589cc37583d19a3b8bf2aba89a1ea1543_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:5bfcc8136345c9bbc43e626a627f1936b576249443e1b603a11e32658fa94ebe_ppc64le as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:5bfcc8136345c9bbc43e626a627f1936b576249443e1b603a11e32658fa94ebe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:5bfcc8136345c9bbc43e626a627f1936b576249443e1b603a11e32658fa94ebe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:a5e6ebc462d6eeabcc7af4e4c64d79782607bc588b5c2160d5c1e996788a663b_arm64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:a5e6ebc462d6eeabcc7af4e4c64d79782607bc588b5c2160d5c1e996788a663b_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:a5e6ebc462d6eeabcc7af4e4c64d79782607bc588b5c2160d5c1e996788a663b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:2c4053ff8e7a59e2d2ce6cc336cd273c74587e8f73dc88a4f870dbfa9c281468_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:3496b46b67f9252e0b8098c9bd881e82310d93b8f2cefcf6c72eb7aa248ce84d_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:a01603277974458ba19dc26bdafd9d054caec685221b1ad05f94de820181ea3f_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:ff8422fa1b39e5df9664a509ef542ac1e7e827236c7515cd9bb76e7c0a568d7f_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-operator-bundle@sha256:0676c01437a80b84a7b177bfb0fc39e8d555c0682aaaf329db3d7948eb95c86c_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:25d2342add35718131b35c05224e1d0612574efd252a10c32a39730a6e08772e_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:2602088775bc0137d42b887d6f62e841b5f75e7a67ccff34c6fac37e73c46016_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:335f6264af687828def16100d1ed6ff49b6dc49db15f7e65da9f117eb6f6aad7_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:f5e863158ed07353ed7f373452d4046487823e9ab3feab0f7375481ee130b561_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:450edfc59d33b4b86fad1caaf2dea72333de0ea1c590df487bbac6558d1bd15e_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:478d3ddbefce1f4a5f6ed7ab38db87e589cc37583d19a3b8bf2aba89a1ea1543_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:5bfcc8136345c9bbc43e626a627f1936b576249443e1b603a11e32658fa94ebe_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:a5e6ebc462d6eeabcc7af4e4c64d79782607bc588b5c2160d5c1e996788a663b_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:3163d29ce62ebb1e431621b80f1705a0ffb5fcc94bed4359fa55249e73b073c3_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:49544a11bb1cfa5a5f134a25c3721f7adbd4535a598790786d0a6de7daca07f0_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:9055817f1ad1c47a4e63743008fd83e7c39f447cad3098ca2c98f65dc039ee05_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:a4124697d5320959bf3af490f5e0cd5129242f3a6b59a96e4ba8046aa4776910_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:2a3ef39ec8a730e03da51f2f251c21577cdc6308afd8fb07f95be613cd3da041_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:6ac6c7f1cc61becb2ef19ea4f39cee4706ec6c64df5b247ab1cc7fdef0ec303a_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:a615642c33a1e06061e8248facdef75e6c2bb9de66da0182b2e5649392939a2d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:d4ae3a2e1ad5e11f0d520cc50e754ad5f4f14aea9b2f2d87cde30794b7dddbbf_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:2c4053ff8e7a59e2d2ce6cc336cd273c74587e8f73dc88a4f870dbfa9c281468_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:3496b46b67f9252e0b8098c9bd881e82310d93b8f2cefcf6c72eb7aa248ce84d_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:a01603277974458ba19dc26bdafd9d054caec685221b1ad05f94de820181ea3f_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:ff8422fa1b39e5df9664a509ef542ac1e7e827236c7515cd9bb76e7c0a568d7f_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-operator-bundle@sha256:0676c01437a80b84a7b177bfb0fc39e8d555c0682aaaf329db3d7948eb95c86c_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:25d2342add35718131b35c05224e1d0612574efd252a10c32a39730a6e08772e_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:2602088775bc0137d42b887d6f62e841b5f75e7a67ccff34c6fac37e73c46016_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:335f6264af687828def16100d1ed6ff49b6dc49db15f7e65da9f117eb6f6aad7_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:f5e863158ed07353ed7f373452d4046487823e9ab3feab0f7375481ee130b561_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:450edfc59d33b4b86fad1caaf2dea72333de0ea1c590df487bbac6558d1bd15e_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:478d3ddbefce1f4a5f6ed7ab38db87e589cc37583d19a3b8bf2aba89a1ea1543_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:5bfcc8136345c9bbc43e626a627f1936b576249443e1b603a11e32658fa94ebe_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:a5e6ebc462d6eeabcc7af4e4c64d79782607bc588b5c2160d5c1e996788a663b_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-13T20:48:49+00:00",
"details": "See Red Hat OpenShift Service Mesh 2.6.12 documentation at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/service_mesh/service-mesh-2-x",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:3163d29ce62ebb1e431621b80f1705a0ffb5fcc94bed4359fa55249e73b073c3_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:49544a11bb1cfa5a5f134a25c3721f7adbd4535a598790786d0a6de7daca07f0_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:9055817f1ad1c47a4e63743008fd83e7c39f447cad3098ca2c98f65dc039ee05_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:a4124697d5320959bf3af490f5e0cd5129242f3a6b59a96e4ba8046aa4776910_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:2a3ef39ec8a730e03da51f2f251c21577cdc6308afd8fb07f95be613cd3da041_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:6ac6c7f1cc61becb2ef19ea4f39cee4706ec6c64df5b247ab1cc7fdef0ec303a_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:a615642c33a1e06061e8248facdef75e6c2bb9de66da0182b2e5649392939a2d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:d4ae3a2e1ad5e11f0d520cc50e754ad5f4f14aea9b2f2d87cde30794b7dddbbf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0530"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:2c4053ff8e7a59e2d2ce6cc336cd273c74587e8f73dc88a4f870dbfa9c281468_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:3496b46b67f9252e0b8098c9bd881e82310d93b8f2cefcf6c72eb7aa248ce84d_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:a01603277974458ba19dc26bdafd9d054caec685221b1ad05f94de820181ea3f_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:ff8422fa1b39e5df9664a509ef542ac1e7e827236c7515cd9bb76e7c0a568d7f_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:3163d29ce62ebb1e431621b80f1705a0ffb5fcc94bed4359fa55249e73b073c3_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:49544a11bb1cfa5a5f134a25c3721f7adbd4535a598790786d0a6de7daca07f0_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:9055817f1ad1c47a4e63743008fd83e7c39f447cad3098ca2c98f65dc039ee05_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:a4124697d5320959bf3af490f5e0cd5129242f3a6b59a96e4ba8046aa4776910_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-operator-bundle@sha256:0676c01437a80b84a7b177bfb0fc39e8d555c0682aaaf329db3d7948eb95c86c_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:25d2342add35718131b35c05224e1d0612574efd252a10c32a39730a6e08772e_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:2602088775bc0137d42b887d6f62e841b5f75e7a67ccff34c6fac37e73c46016_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:335f6264af687828def16100d1ed6ff49b6dc49db15f7e65da9f117eb6f6aad7_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:f5e863158ed07353ed7f373452d4046487823e9ab3feab0f7375481ee130b561_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:2a3ef39ec8a730e03da51f2f251c21577cdc6308afd8fb07f95be613cd3da041_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:6ac6c7f1cc61becb2ef19ea4f39cee4706ec6c64df5b247ab1cc7fdef0ec303a_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:a615642c33a1e06061e8248facdef75e6c2bb9de66da0182b2e5649392939a2d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:d4ae3a2e1ad5e11f0d520cc50e754ad5f4f14aea9b2f2d87cde30794b7dddbbf_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:450edfc59d33b4b86fad1caaf2dea72333de0ea1c590df487bbac6558d1bd15e_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:478d3ddbefce1f4a5f6ed7ab38db87e589cc37583d19a3b8bf2aba89a1ea1543_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:5bfcc8136345c9bbc43e626a627f1936b576249443e1b603a11e32658fa94ebe_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:a5e6ebc462d6eeabcc7af4e4c64d79782607bc588b5c2160d5c1e996788a663b_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:2c4053ff8e7a59e2d2ce6cc336cd273c74587e8f73dc88a4f870dbfa9c281468_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:3496b46b67f9252e0b8098c9bd881e82310d93b8f2cefcf6c72eb7aa248ce84d_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:a01603277974458ba19dc26bdafd9d054caec685221b1ad05f94de820181ea3f_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/grafana-rhel8@sha256:ff8422fa1b39e5df9664a509ef542ac1e7e827236c7515cd9bb76e7c0a568d7f_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:3163d29ce62ebb1e431621b80f1705a0ffb5fcc94bed4359fa55249e73b073c3_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:49544a11bb1cfa5a5f134a25c3721f7adbd4535a598790786d0a6de7daca07f0_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:9055817f1ad1c47a4e63743008fd83e7c39f447cad3098ca2c98f65dc039ee05_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-cni-rhel8@sha256:a4124697d5320959bf3af490f5e0cd5129242f3a6b59a96e4ba8046aa4776910_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-operator-bundle@sha256:0676c01437a80b84a7b177bfb0fc39e8d555c0682aaaf329db3d7948eb95c86c_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:25d2342add35718131b35c05224e1d0612574efd252a10c32a39730a6e08772e_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:2602088775bc0137d42b887d6f62e841b5f75e7a67ccff34c6fac37e73c46016_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:335f6264af687828def16100d1ed6ff49b6dc49db15f7e65da9f117eb6f6aad7_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:f5e863158ed07353ed7f373452d4046487823e9ab3feab0f7375481ee130b561_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:2a3ef39ec8a730e03da51f2f251c21577cdc6308afd8fb07f95be613cd3da041_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:6ac6c7f1cc61becb2ef19ea4f39cee4706ec6c64df5b247ab1cc7fdef0ec303a_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:a615642c33a1e06061e8248facdef75e6c2bb9de66da0182b2e5649392939a2d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/pilot-rhel8@sha256:d4ae3a2e1ad5e11f0d520cc50e754ad5f4f14aea9b2f2d87cde30794b7dddbbf_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:450edfc59d33b4b86fad1caaf2dea72333de0ea1c590df487bbac6558d1bd15e_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:478d3ddbefce1f4a5f6ed7ab38db87e589cc37583d19a3b8bf2aba89a1ea1543_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:5bfcc8136345c9bbc43e626a627f1936b576249443e1b603a11e32658fa94ebe_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/ratelimit-rhel8@sha256:a5e6ebc462d6eeabcc7af4e4c64d79782607bc588b5c2160d5c1e996788a663b_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22012
Vulnerability from csaf_redhat - Published: 2025-11-25 05:03 - Updated: 2026-01-22 22:38Notes
{
"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 buildah 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 buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* runc: container escape and denial of service due to arbitrary write gadgets and procfs write redirects (CVE-2025-52881)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:22012",
"url": "https://access.redhat.com/errata/RHSA-2025:22012"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22012.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:24+00:00",
"generator": {
"date": "2026-01-22T22:38:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:22012",
"initial_release_date": "2025-11-25T05:03:24+00:00",
"revision_history": [
{
"date": "2025-11-25T05:03:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-25T05:03:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:24+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_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el10_1.src",
"product": {
"name": "buildah-2:1.41.6-1.el10_1.src",
"product_id": "buildah-2:1.41.6-1.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el10_1?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el10_1.aarch64",
"product": {
"name": "buildah-2:1.41.6-1.el10_1.aarch64",
"product_id": "buildah-2:1.41.6-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el10_1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el10_1.aarch64",
"product": {
"name": "buildah-tests-2:1.41.6-1.el10_1.aarch64",
"product_id": "buildah-tests-2:1.41.6-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el10_1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"product_id": "buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el10_1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"product_id": "buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el10_1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el10_1?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el10_1.ppc64le",
"product": {
"name": "buildah-2:1.41.6-1.el10_1.ppc64le",
"product_id": "buildah-2:1.41.6-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el10_1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"product": {
"name": "buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"product_id": "buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el10_1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"product_id": "buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el10_1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"product_id": "buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el10_1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el10_1?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el10_1.x86_64",
"product": {
"name": "buildah-2:1.41.6-1.el10_1.x86_64",
"product_id": "buildah-2:1.41.6-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el10_1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el10_1.x86_64",
"product": {
"name": "buildah-tests-2:1.41.6-1.el10_1.x86_64",
"product_id": "buildah-tests-2:1.41.6-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el10_1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"product_id": "buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el10_1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"product_id": "buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el10_1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el10_1?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el10_1.s390x",
"product": {
"name": "buildah-2:1.41.6-1.el10_1.s390x",
"product_id": "buildah-2:1.41.6-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el10_1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el10_1.s390x",
"product": {
"name": "buildah-tests-2:1.41.6-1.el10_1.s390x",
"product_id": "buildah-tests-2:1.41.6-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el10_1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"product_id": "buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el10_1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"product_id": "buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el10_1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el10_1?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64"
},
"product_reference": "buildah-2:1.41.6-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le"
},
"product_reference": "buildah-2:1.41.6-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x"
},
"product_reference": "buildah-2:1.41.6-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src"
},
"product_reference": "buildah-2:1.41.6-1.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64"
},
"product_reference": "buildah-2:1.41.6-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64"
},
"product_reference": "buildah-tests-2:1.41.6-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le"
},
"product_reference": "buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x"
},
"product_reference": "buildah-tests-2:1.41.6-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64"
},
"product_reference": "buildah-tests-2:1.41.6-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-25T05:03:24+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:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22012"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-25T05:03:24+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:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22012"
},
{
"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": [
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0671
Vulnerability from csaf_redhat - Published: 2026-01-15 08:34 - Updated: 2026-01-22 22:40Notes
{
"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 9 components for the multicluster engine for Kubernetes 2.8.4 General Availability release, with updates to container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Assisted Installer RHEL 9 integrates components for the general multicluster engine\nfor Kubernetes 2.8.4 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-2026:0671",
"url": "https://access.redhat.com/errata/RHSA-2026:0671"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0671.json"
}
],
"title": "Red Hat Security Advisory: Assisted Installer RHEL 9 components for Multicluster Engine for Kubernetes 2.8.4",
"tracking": {
"current_release_date": "2026-01-22T22:40:03+00:00",
"generator": {
"date": "2026-01-22T22:40:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0671",
"initial_release_date": "2026-01-15T08:34:14+00:00",
"revision_history": [
{
"date": "2026-01-15T08:34:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-15T08:34:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:40:03+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.8",
"product": {
"name": "multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.8::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63e1f54619cb21e9f31a07da7f1ce8be5c3d16660eb7007b399bf7280de0eb31_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63e1f54619cb21e9f31a07da7f1ce8be5c3d16660eb7007b399bf7280de0eb31_amd64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63e1f54619cb21e9f31a07da7f1ce8be5c3d16660eb7007b399bf7280de0eb31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel9@sha256%3A63e1f54619cb21e9f31a07da7f1ce8be5c3d16660eb7007b399bf7280de0eb31?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767790895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:8f66a099d1a65587f91820bc1142833b8fc288888c91432cc3186f527ba9d994_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:8f66a099d1a65587f91820bc1142833b8fc288888c91432cc3186f527ba9d994_amd64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:8f66a099d1a65587f91820bc1142833b8fc288888c91432cc3186f527ba9d994_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel9@sha256%3A8f66a099d1a65587f91820bc1142833b8fc288888c91432cc3186f527ba9d994?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767645741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:c098d074342ba585eb386c557552fdad1046fe724a681cbf0ecf4a7f2303dc09_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:c098d074342ba585eb386c557552fdad1046fe724a681cbf0ecf4a7f2303dc09_amd64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:c098d074342ba585eb386c557552fdad1046fe724a681cbf0ecf4a7f2303dc09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel9@sha256%3Ac098d074342ba585eb386c557552fdad1046fe724a681cbf0ecf4a7f2303dc09?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767786197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:ab1b7f62b41c89a1171681ec37a1f3d8157fd7e65186ec54d299b3627ab667d1_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:ab1b7f62b41c89a1171681ec37a1f3d8157fd7e65186ec54d299b3627ab667d1_amd64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:ab1b7f62b41c89a1171681ec37a1f3d8157fd7e65186ec54d299b3627ab667d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-controller-rhel9@sha256%3Aab1b7f62b41c89a1171681ec37a1f3d8157fd7e65186ec54d299b3627ab667d1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767645740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:b55f2e8eaaea5442292786c9516c01ff7f0904e4609943d401af6bfa884f7edc_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:b55f2e8eaaea5442292786c9516c01ff7f0904e4609943d401af6bfa884f7edc_amd64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:b55f2e8eaaea5442292786c9516c01ff7f0904e4609943d401af6bfa884f7edc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-9-rhel9@sha256%3Ab55f2e8eaaea5442292786c9516c01ff7f0904e4609943d401af6bfa884f7edc?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767756387"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:7fedfb8105ac7b2aaab4674ca7f22cc056371f8fe6e9700aed39891b2c50dfaa_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:7fedfb8105ac7b2aaab4674ca7f22cc056371f8fe6e9700aed39891b2c50dfaa_arm64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:7fedfb8105ac7b2aaab4674ca7f22cc056371f8fe6e9700aed39891b2c50dfaa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel9@sha256%3A7fedfb8105ac7b2aaab4674ca7f22cc056371f8fe6e9700aed39891b2c50dfaa?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767790895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:f970822d7b9cdf2e7975513ec82c63533fa20310e689cd777e661eeeadbae76e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:f970822d7b9cdf2e7975513ec82c63533fa20310e689cd777e661eeeadbae76e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:f970822d7b9cdf2e7975513ec82c63533fa20310e689cd777e661eeeadbae76e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel9@sha256%3Af970822d7b9cdf2e7975513ec82c63533fa20310e689cd777e661eeeadbae76e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767645741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:7d2c9d73bd57bf23a2cbf16103c54642ce2c1fdad9adbad4aa1b5ba3173b0d28_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:7d2c9d73bd57bf23a2cbf16103c54642ce2c1fdad9adbad4aa1b5ba3173b0d28_arm64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:7d2c9d73bd57bf23a2cbf16103c54642ce2c1fdad9adbad4aa1b5ba3173b0d28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel9@sha256%3A7d2c9d73bd57bf23a2cbf16103c54642ce2c1fdad9adbad4aa1b5ba3173b0d28?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767786197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:99f295918dadc57cce6c106c009cda4f466c5ce35c1cc50d5590dc4834abe8a5_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:99f295918dadc57cce6c106c009cda4f466c5ce35c1cc50d5590dc4834abe8a5_arm64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:99f295918dadc57cce6c106c009cda4f466c5ce35c1cc50d5590dc4834abe8a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-controller-rhel9@sha256%3A99f295918dadc57cce6c106c009cda4f466c5ce35c1cc50d5590dc4834abe8a5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767645740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:22f172bdcc9b089913ad755dca59a3849c88116d5cb036c1bb1affc623766933_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:22f172bdcc9b089913ad755dca59a3849c88116d5cb036c1bb1affc623766933_arm64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:22f172bdcc9b089913ad755dca59a3849c88116d5cb036c1bb1affc623766933_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-9-rhel9@sha256%3A22f172bdcc9b089913ad755dca59a3849c88116d5cb036c1bb1affc623766933?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767756387"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2777301e91bfe2b4e95d5b40f799d7e2c053f822bb10b5266c63bf8c8d1903c6_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2777301e91bfe2b4e95d5b40f799d7e2c053f822bb10b5266c63bf8c8d1903c6_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2777301e91bfe2b4e95d5b40f799d7e2c053f822bb10b5266c63bf8c8d1903c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel9@sha256%3A2777301e91bfe2b4e95d5b40f799d7e2c053f822bb10b5266c63bf8c8d1903c6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767790895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:0fed9a183b555fce22114bf7d2c0ab6c1a4d03a9b3c3012d4f021902172664cc_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:0fed9a183b555fce22114bf7d2c0ab6c1a4d03a9b3c3012d4f021902172664cc_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:0fed9a183b555fce22114bf7d2c0ab6c1a4d03a9b3c3012d4f021902172664cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel9@sha256%3A0fed9a183b555fce22114bf7d2c0ab6c1a4d03a9b3c3012d4f021902172664cc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767645741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:5af57b5d630b69b1084ccc4df199b32bcd51c15f198d9aade47c631ad5335bb6_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:5af57b5d630b69b1084ccc4df199b32bcd51c15f198d9aade47c631ad5335bb6_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:5af57b5d630b69b1084ccc4df199b32bcd51c15f198d9aade47c631ad5335bb6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel9@sha256%3A5af57b5d630b69b1084ccc4df199b32bcd51c15f198d9aade47c631ad5335bb6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767786197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:edbaee43fa5bcdca07f02d2e5ea56d78ba33e23a90ae4c9ff3dbccf4fbd29b21_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:edbaee43fa5bcdca07f02d2e5ea56d78ba33e23a90ae4c9ff3dbccf4fbd29b21_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:edbaee43fa5bcdca07f02d2e5ea56d78ba33e23a90ae4c9ff3dbccf4fbd29b21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-controller-rhel9@sha256%3Aedbaee43fa5bcdca07f02d2e5ea56d78ba33e23a90ae4c9ff3dbccf4fbd29b21?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767645740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:f247f9b0c95b1f37ef2221f521a1adc28753a819100fac140ff086a3ce7bf0bf_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:f247f9b0c95b1f37ef2221f521a1adc28753a819100fac140ff086a3ce7bf0bf_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:f247f9b0c95b1f37ef2221f521a1adc28753a819100fac140ff086a3ce7bf0bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-9-rhel9@sha256%3Af247f9b0c95b1f37ef2221f521a1adc28753a819100fac140ff086a3ce7bf0bf?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767756387"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2872f68870e5817bcd0eef608a4c33cb538334435c7816d222975f70a705ca1f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2872f68870e5817bcd0eef608a4c33cb538334435c7816d222975f70a705ca1f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2872f68870e5817bcd0eef608a4c33cb538334435c7816d222975f70a705ca1f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel9@sha256%3A2872f68870e5817bcd0eef608a4c33cb538334435c7816d222975f70a705ca1f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767790895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:4f03ee174054e6955ffabd25c2167b575d04402fd06c2179d813c8714ef8fa97_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:4f03ee174054e6955ffabd25c2167b575d04402fd06c2179d813c8714ef8fa97_s390x",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:4f03ee174054e6955ffabd25c2167b575d04402fd06c2179d813c8714ef8fa97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel9@sha256%3A4f03ee174054e6955ffabd25c2167b575d04402fd06c2179d813c8714ef8fa97?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767645741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:bbf6ee1f54424ea6c420e4b0da87ae2db2f41739b4e22d850b29782fa3d643f5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:bbf6ee1f54424ea6c420e4b0da87ae2db2f41739b4e22d850b29782fa3d643f5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:bbf6ee1f54424ea6c420e4b0da87ae2db2f41739b4e22d850b29782fa3d643f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel9@sha256%3Abbf6ee1f54424ea6c420e4b0da87ae2db2f41739b4e22d850b29782fa3d643f5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767786197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:262497829ec2e9b0f81ff7a2f1c0320da07d9344c19d7fdc9bb7c624c3c42e16_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:262497829ec2e9b0f81ff7a2f1c0320da07d9344c19d7fdc9bb7c624c3c42e16_s390x",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:262497829ec2e9b0f81ff7a2f1c0320da07d9344c19d7fdc9bb7c624c3c42e16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-controller-rhel9@sha256%3A262497829ec2e9b0f81ff7a2f1c0320da07d9344c19d7fdc9bb7c624c3c42e16?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767645740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:6ba638981a33fe5feaab3bc7850225c67794153b6f01bb3d9d6109ec935c9be8_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:6ba638981a33fe5feaab3bc7850225c67794153b6f01bb3d9d6109ec935c9be8_s390x",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:6ba638981a33fe5feaab3bc7850225c67794153b6f01bb3d9d6109ec935c9be8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-9-rhel9@sha256%3A6ba638981a33fe5feaab3bc7850225c67794153b6f01bb3d9d6109ec935c9be8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1767756387"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2777301e91bfe2b4e95d5b40f799d7e2c053f822bb10b5266c63bf8c8d1903c6_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2777301e91bfe2b4e95d5b40f799d7e2c053f822bb10b5266c63bf8c8d1903c6_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2777301e91bfe2b4e95d5b40f799d7e2c053f822bb10b5266c63bf8c8d1903c6_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2872f68870e5817bcd0eef608a4c33cb538334435c7816d222975f70a705ca1f_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2872f68870e5817bcd0eef608a4c33cb538334435c7816d222975f70a705ca1f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2872f68870e5817bcd0eef608a4c33cb538334435c7816d222975f70a705ca1f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63e1f54619cb21e9f31a07da7f1ce8be5c3d16660eb7007b399bf7280de0eb31_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63e1f54619cb21e9f31a07da7f1ce8be5c3d16660eb7007b399bf7280de0eb31_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63e1f54619cb21e9f31a07da7f1ce8be5c3d16660eb7007b399bf7280de0eb31_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:7fedfb8105ac7b2aaab4674ca7f22cc056371f8fe6e9700aed39891b2c50dfaa_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:7fedfb8105ac7b2aaab4674ca7f22cc056371f8fe6e9700aed39891b2c50dfaa_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:7fedfb8105ac7b2aaab4674ca7f22cc056371f8fe6e9700aed39891b2c50dfaa_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:5af57b5d630b69b1084ccc4df199b32bcd51c15f198d9aade47c631ad5335bb6_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:5af57b5d630b69b1084ccc4df199b32bcd51c15f198d9aade47c631ad5335bb6_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:5af57b5d630b69b1084ccc4df199b32bcd51c15f198d9aade47c631ad5335bb6_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:7d2c9d73bd57bf23a2cbf16103c54642ce2c1fdad9adbad4aa1b5ba3173b0d28_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:7d2c9d73bd57bf23a2cbf16103c54642ce2c1fdad9adbad4aa1b5ba3173b0d28_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:7d2c9d73bd57bf23a2cbf16103c54642ce2c1fdad9adbad4aa1b5ba3173b0d28_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:bbf6ee1f54424ea6c420e4b0da87ae2db2f41739b4e22d850b29782fa3d643f5_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:bbf6ee1f54424ea6c420e4b0da87ae2db2f41739b4e22d850b29782fa3d643f5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:bbf6ee1f54424ea6c420e4b0da87ae2db2f41739b4e22d850b29782fa3d643f5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:c098d074342ba585eb386c557552fdad1046fe724a681cbf0ecf4a7f2303dc09_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:c098d074342ba585eb386c557552fdad1046fe724a681cbf0ecf4a7f2303dc09_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:c098d074342ba585eb386c557552fdad1046fe724a681cbf0ecf4a7f2303dc09_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:262497829ec2e9b0f81ff7a2f1c0320da07d9344c19d7fdc9bb7c624c3c42e16_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:262497829ec2e9b0f81ff7a2f1c0320da07d9344c19d7fdc9bb7c624c3c42e16_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:262497829ec2e9b0f81ff7a2f1c0320da07d9344c19d7fdc9bb7c624c3c42e16_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:99f295918dadc57cce6c106c009cda4f466c5ce35c1cc50d5590dc4834abe8a5_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:99f295918dadc57cce6c106c009cda4f466c5ce35c1cc50d5590dc4834abe8a5_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:99f295918dadc57cce6c106c009cda4f466c5ce35c1cc50d5590dc4834abe8a5_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:ab1b7f62b41c89a1171681ec37a1f3d8157fd7e65186ec54d299b3627ab667d1_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:ab1b7f62b41c89a1171681ec37a1f3d8157fd7e65186ec54d299b3627ab667d1_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:ab1b7f62b41c89a1171681ec37a1f3d8157fd7e65186ec54d299b3627ab667d1_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:edbaee43fa5bcdca07f02d2e5ea56d78ba33e23a90ae4c9ff3dbccf4fbd29b21_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:edbaee43fa5bcdca07f02d2e5ea56d78ba33e23a90ae4c9ff3dbccf4fbd29b21_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:edbaee43fa5bcdca07f02d2e5ea56d78ba33e23a90ae4c9ff3dbccf4fbd29b21_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:0fed9a183b555fce22114bf7d2c0ab6c1a4d03a9b3c3012d4f021902172664cc_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:0fed9a183b555fce22114bf7d2c0ab6c1a4d03a9b3c3012d4f021902172664cc_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:0fed9a183b555fce22114bf7d2c0ab6c1a4d03a9b3c3012d4f021902172664cc_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:4f03ee174054e6955ffabd25c2167b575d04402fd06c2179d813c8714ef8fa97_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:4f03ee174054e6955ffabd25c2167b575d04402fd06c2179d813c8714ef8fa97_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:4f03ee174054e6955ffabd25c2167b575d04402fd06c2179d813c8714ef8fa97_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:8f66a099d1a65587f91820bc1142833b8fc288888c91432cc3186f527ba9d994_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:8f66a099d1a65587f91820bc1142833b8fc288888c91432cc3186f527ba9d994_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:8f66a099d1a65587f91820bc1142833b8fc288888c91432cc3186f527ba9d994_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:f970822d7b9cdf2e7975513ec82c63533fa20310e689cd777e661eeeadbae76e_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:f970822d7b9cdf2e7975513ec82c63533fa20310e689cd777e661eeeadbae76e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:f970822d7b9cdf2e7975513ec82c63533fa20310e689cd777e661eeeadbae76e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:22f172bdcc9b089913ad755dca59a3849c88116d5cb036c1bb1affc623766933_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:22f172bdcc9b089913ad755dca59a3849c88116d5cb036c1bb1affc623766933_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:22f172bdcc9b089913ad755dca59a3849c88116d5cb036c1bb1affc623766933_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:6ba638981a33fe5feaab3bc7850225c67794153b6f01bb3d9d6109ec935c9be8_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:6ba638981a33fe5feaab3bc7850225c67794153b6f01bb3d9d6109ec935c9be8_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:6ba638981a33fe5feaab3bc7850225c67794153b6f01bb3d9d6109ec935c9be8_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:b55f2e8eaaea5442292786c9516c01ff7f0904e4609943d401af6bfa884f7edc_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:b55f2e8eaaea5442292786c9516c01ff7f0904e4609943d401af6bfa884f7edc_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:b55f2e8eaaea5442292786c9516c01ff7f0904e4609943d401af6bfa884f7edc_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:f247f9b0c95b1f37ef2221f521a1adc28753a819100fac140ff086a3ce7bf0bf_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:f247f9b0c95b1f37ef2221f521a1adc28753a819100fac140ff086a3ce7bf0bf_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:f247f9b0c95b1f37ef2221f521a1adc28753a819100fac140ff086a3ce7bf0bf_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2777301e91bfe2b4e95d5b40f799d7e2c053f822bb10b5266c63bf8c8d1903c6_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2872f68870e5817bcd0eef608a4c33cb538334435c7816d222975f70a705ca1f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63e1f54619cb21e9f31a07da7f1ce8be5c3d16660eb7007b399bf7280de0eb31_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:7fedfb8105ac7b2aaab4674ca7f22cc056371f8fe6e9700aed39891b2c50dfaa_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:262497829ec2e9b0f81ff7a2f1c0320da07d9344c19d7fdc9bb7c624c3c42e16_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:99f295918dadc57cce6c106c009cda4f466c5ce35c1cc50d5590dc4834abe8a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:ab1b7f62b41c89a1171681ec37a1f3d8157fd7e65186ec54d299b3627ab667d1_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:edbaee43fa5bcdca07f02d2e5ea56d78ba33e23a90ae4c9ff3dbccf4fbd29b21_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:0fed9a183b555fce22114bf7d2c0ab6c1a4d03a9b3c3012d4f021902172664cc_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:4f03ee174054e6955ffabd25c2167b575d04402fd06c2179d813c8714ef8fa97_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:8f66a099d1a65587f91820bc1142833b8fc288888c91432cc3186f527ba9d994_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:f970822d7b9cdf2e7975513ec82c63533fa20310e689cd777e661eeeadbae76e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:22f172bdcc9b089913ad755dca59a3849c88116d5cb036c1bb1affc623766933_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:6ba638981a33fe5feaab3bc7850225c67794153b6f01bb3d9d6109ec935c9be8_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:b55f2e8eaaea5442292786c9516c01ff7f0904e4609943d401af6bfa884f7edc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:f247f9b0c95b1f37ef2221f521a1adc28753a819100fac140ff086a3ce7bf0bf_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:5af57b5d630b69b1084ccc4df199b32bcd51c15f198d9aade47c631ad5335bb6_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:7d2c9d73bd57bf23a2cbf16103c54642ce2c1fdad9adbad4aa1b5ba3173b0d28_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:bbf6ee1f54424ea6c420e4b0da87ae2db2f41739b4e22d850b29782fa3d643f5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:c098d074342ba585eb386c557552fdad1046fe724a681cbf0ecf4a7f2303dc09_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2777301e91bfe2b4e95d5b40f799d7e2c053f822bb10b5266c63bf8c8d1903c6_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2872f68870e5817bcd0eef608a4c33cb538334435c7816d222975f70a705ca1f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63e1f54619cb21e9f31a07da7f1ce8be5c3d16660eb7007b399bf7280de0eb31_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:7fedfb8105ac7b2aaab4674ca7f22cc056371f8fe6e9700aed39891b2c50dfaa_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:262497829ec2e9b0f81ff7a2f1c0320da07d9344c19d7fdc9bb7c624c3c42e16_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:99f295918dadc57cce6c106c009cda4f466c5ce35c1cc50d5590dc4834abe8a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:ab1b7f62b41c89a1171681ec37a1f3d8157fd7e65186ec54d299b3627ab667d1_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:edbaee43fa5bcdca07f02d2e5ea56d78ba33e23a90ae4c9ff3dbccf4fbd29b21_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:0fed9a183b555fce22114bf7d2c0ab6c1a4d03a9b3c3012d4f021902172664cc_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:4f03ee174054e6955ffabd25c2167b575d04402fd06c2179d813c8714ef8fa97_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:8f66a099d1a65587f91820bc1142833b8fc288888c91432cc3186f527ba9d994_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:f970822d7b9cdf2e7975513ec82c63533fa20310e689cd777e661eeeadbae76e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:22f172bdcc9b089913ad755dca59a3849c88116d5cb036c1bb1affc623766933_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:6ba638981a33fe5feaab3bc7850225c67794153b6f01bb3d9d6109ec935c9be8_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:b55f2e8eaaea5442292786c9516c01ff7f0904e4609943d401af6bfa884f7edc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:f247f9b0c95b1f37ef2221f521a1adc28753a819100fac140ff086a3ce7bf0bf_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T08:34:14+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.13/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.13/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.13.",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:5af57b5d630b69b1084ccc4df199b32bcd51c15f198d9aade47c631ad5335bb6_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:7d2c9d73bd57bf23a2cbf16103c54642ce2c1fdad9adbad4aa1b5ba3173b0d28_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:bbf6ee1f54424ea6c420e4b0da87ae2db2f41739b4e22d850b29782fa3d643f5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:c098d074342ba585eb386c557552fdad1046fe724a681cbf0ecf4a7f2303dc09_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0671"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2777301e91bfe2b4e95d5b40f799d7e2c053f822bb10b5266c63bf8c8d1903c6_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2872f68870e5817bcd0eef608a4c33cb538334435c7816d222975f70a705ca1f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63e1f54619cb21e9f31a07da7f1ce8be5c3d16660eb7007b399bf7280de0eb31_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:7fedfb8105ac7b2aaab4674ca7f22cc056371f8fe6e9700aed39891b2c50dfaa_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:5af57b5d630b69b1084ccc4df199b32bcd51c15f198d9aade47c631ad5335bb6_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:7d2c9d73bd57bf23a2cbf16103c54642ce2c1fdad9adbad4aa1b5ba3173b0d28_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:bbf6ee1f54424ea6c420e4b0da87ae2db2f41739b4e22d850b29782fa3d643f5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:c098d074342ba585eb386c557552fdad1046fe724a681cbf0ecf4a7f2303dc09_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:262497829ec2e9b0f81ff7a2f1c0320da07d9344c19d7fdc9bb7c624c3c42e16_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:99f295918dadc57cce6c106c009cda4f466c5ce35c1cc50d5590dc4834abe8a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:ab1b7f62b41c89a1171681ec37a1f3d8157fd7e65186ec54d299b3627ab667d1_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:edbaee43fa5bcdca07f02d2e5ea56d78ba33e23a90ae4c9ff3dbccf4fbd29b21_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:0fed9a183b555fce22114bf7d2c0ab6c1a4d03a9b3c3012d4f021902172664cc_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:4f03ee174054e6955ffabd25c2167b575d04402fd06c2179d813c8714ef8fa97_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:8f66a099d1a65587f91820bc1142833b8fc288888c91432cc3186f527ba9d994_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:f970822d7b9cdf2e7975513ec82c63533fa20310e689cd777e661eeeadbae76e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:22f172bdcc9b089913ad755dca59a3849c88116d5cb036c1bb1affc623766933_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:6ba638981a33fe5feaab3bc7850225c67794153b6f01bb3d9d6109ec935c9be8_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:b55f2e8eaaea5442292786c9516c01ff7f0904e4609943d401af6bfa884f7edc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:f247f9b0c95b1f37ef2221f521a1adc28753a819100fac140ff086a3ce7bf0bf_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2777301e91bfe2b4e95d5b40f799d7e2c053f822bb10b5266c63bf8c8d1903c6_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:2872f68870e5817bcd0eef608a4c33cb538334435c7816d222975f70a705ca1f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63e1f54619cb21e9f31a07da7f1ce8be5c3d16660eb7007b399bf7280de0eb31_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:7fedfb8105ac7b2aaab4674ca7f22cc056371f8fe6e9700aed39891b2c50dfaa_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:5af57b5d630b69b1084ccc4df199b32bcd51c15f198d9aade47c631ad5335bb6_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:7d2c9d73bd57bf23a2cbf16103c54642ce2c1fdad9adbad4aa1b5ba3173b0d28_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:bbf6ee1f54424ea6c420e4b0da87ae2db2f41739b4e22d850b29782fa3d643f5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:c098d074342ba585eb386c557552fdad1046fe724a681cbf0ecf4a7f2303dc09_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:262497829ec2e9b0f81ff7a2f1c0320da07d9344c19d7fdc9bb7c624c3c42e16_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:99f295918dadc57cce6c106c009cda4f466c5ce35c1cc50d5590dc4834abe8a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:ab1b7f62b41c89a1171681ec37a1f3d8157fd7e65186ec54d299b3627ab667d1_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:edbaee43fa5bcdca07f02d2e5ea56d78ba33e23a90ae4c9ff3dbccf4fbd29b21_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:0fed9a183b555fce22114bf7d2c0ab6c1a4d03a9b3c3012d4f021902172664cc_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:4f03ee174054e6955ffabd25c2167b575d04402fd06c2179d813c8714ef8fa97_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:8f66a099d1a65587f91820bc1142833b8fc288888c91432cc3186f527ba9d994_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:f970822d7b9cdf2e7975513ec82c63533fa20310e689cd777e661eeeadbae76e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:22f172bdcc9b089913ad755dca59a3849c88116d5cb036c1bb1affc623766933_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:6ba638981a33fe5feaab3bc7850225c67794153b6f01bb3d9d6109ec935c9be8_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:b55f2e8eaaea5442292786c9516c01ff7f0904e4609943d401af6bfa884f7edc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:f247f9b0c95b1f37ef2221f521a1adc28753a819100fac140ff086a3ce7bf0bf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23421
Vulnerability from csaf_redhat - Published: 2025-12-16 22:09 - Updated: 2026-01-22 22:38Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift distributed tracing platform (Tempo) 3.8.1 has been released",
"title": "Topic"
},
{
"category": "general",
"text": "This release of the Red Hat OpenShift distributed tracing platform (Tempo) provides a CVE fix.\n\n\nBreaking changes:\n\n* Nothing\n\n\nDeprecations:\n\n* Nothing\n\n\nTechnology Preview features:\n\n* Nothing\n\n\nEnhancements:\n\n* Nothing\n\n\nBug fixes:\n\n* https://access.redhat.com/security/cve/CVE-2025-58183\n\nKnown issues:\n\n* Nothing",
"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:23421",
"url": "https://access.redhat.com/errata/RHSA-2025:23421"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/distributed_tracing/distributed-tracing-platform-tempo",
"url": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/distributed_tracing/distributed-tracing-platform-tempo"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23421.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift distributed tracing platform (Tempo) 3.8.1 release",
"tracking": {
"current_release_date": "2026-01-22T22:38:42+00:00",
"generator": {
"date": "2026-01-22T22:38:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23421",
"initial_release_date": "2025-12-16T22:09:50+00:00",
"revision_history": [
{
"date": "2025-12-16T22:09:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-16T22:09:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:42+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift distributed tracing 3.8.1",
"product": {
"name": "Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_distributed_tracing:3.8::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift distributed tracing"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:59faa931ced3fb7d6121c0dd212e0a43e99d6e09d01a8eb0cf77694dabaabdac_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:59faa931ced3fb7d6121c0dd212e0a43e99d6e09d01a8eb0cf77694dabaabdac_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:59faa931ced3fb7d6121c0dd212e0a43e99d6e09d01a8eb0cf77694dabaabdac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256%3A59faa931ced3fb7d6121c0dd212e0a43e99d6e09d01a8eb0cf77694dabaabdac?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765906658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:1c5ddf90949f752603f61183de8e14894416fa94442da2b6fd173d6ed2e7ce43_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:1c5ddf90949f752603f61183de8e14894416fa94442da2b6fd173d6ed2e7ce43_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:1c5ddf90949f752603f61183de8e14894416fa94442da2b6fd173d6ed2e7ce43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256%3A1c5ddf90949f752603f61183de8e14894416fa94442da2b6fd173d6ed2e7ce43?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:4001b1211ee8a6e87752d9d6970ebd940a777927089336eb33b4ac75f6abbcbd_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:4001b1211ee8a6e87752d9d6970ebd940a777927089336eb33b4ac75f6abbcbd_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:4001b1211ee8a6e87752d9d6970ebd940a777927089336eb33b4ac75f6abbcbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-jaeger-query-rhel8@sha256%3A4001b1211ee8a6e87752d9d6970ebd940a777927089336eb33b4ac75f6abbcbd?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:ee0a12ee4e97c0169467cf5ab6230ba022658a4834858c87f7aa0600a9a4f489_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:ee0a12ee4e97c0169467cf5ab6230ba022658a4834858c87f7aa0600a9a4f489_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:ee0a12ee4e97c0169467cf5ab6230ba022658a4834858c87f7aa0600a9a4f489_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256%3Aee0a12ee4e97c0169467cf5ab6230ba022658a4834858c87f7aa0600a9a4f489?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:57d75ca34a0ce40aa074bb7b5b8679a820fcae78565025d94fd1c75b63eda70c_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:57d75ca34a0ce40aa074bb7b5b8679a820fcae78565025d94fd1c75b63eda70c_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:57d75ca34a0ce40aa074bb7b5b8679a820fcae78565025d94fd1c75b63eda70c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256%3A57d75ca34a0ce40aa074bb7b5b8679a820fcae78565025d94fd1c75b63eda70c?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765493403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:6b786227310d6ef564c339c6d060a6573533649d1b6b492c80d071ac6a54f1de_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:6b786227310d6ef564c339c6d060a6573533649d1b6b492c80d071ac6a54f1de_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:6b786227310d6ef564c339c6d060a6573533649d1b6b492c80d071ac6a54f1de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256%3A6b786227310d6ef564c339c6d060a6573533649d1b6b492c80d071ac6a54f1de?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:f4af21c0844cd1cd975b24792776f451cb87a5f848dd6ae4c6bab0fc2a4172de_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:f4af21c0844cd1cd975b24792776f451cb87a5f848dd6ae4c6bab0fc2a4172de_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:f4af21c0844cd1cd975b24792776f451cb87a5f848dd6ae4c6bab0fc2a4172de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256%3Af4af21c0844cd1cd975b24792776f451cb87a5f848dd6ae4c6bab0fc2a4172de?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489190"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:953cbebef3fa709710126146537552ba513b64280f2b38312181902d49699413_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:953cbebef3fa709710126146537552ba513b64280f2b38312181902d49699413_arm64",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:953cbebef3fa709710126146537552ba513b64280f2b38312181902d49699413_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256%3A953cbebef3fa709710126146537552ba513b64280f2b38312181902d49699413?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:ea1c4dbf73b1bc43d8a3f3016bfdd86604e2d0fbc6f232668165e630d289a082_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:ea1c4dbf73b1bc43d8a3f3016bfdd86604e2d0fbc6f232668165e630d289a082_arm64",
"product_id": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:ea1c4dbf73b1bc43d8a3f3016bfdd86604e2d0fbc6f232668165e630d289a082_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-jaeger-query-rhel8@sha256%3Aea1c4dbf73b1bc43d8a3f3016bfdd86604e2d0fbc6f232668165e630d289a082?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:80f700f361d15cb2d8995019f20ecd988de38355aad03556994ca3c8345b1c64_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:80f700f361d15cb2d8995019f20ecd988de38355aad03556994ca3c8345b1c64_arm64",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:80f700f361d15cb2d8995019f20ecd988de38355aad03556994ca3c8345b1c64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256%3A80f700f361d15cb2d8995019f20ecd988de38355aad03556994ca3c8345b1c64?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:724d0f67a35678d3fb357466f0d10dd0e4514f0059fd3060c7a6b3e98f1efbf0_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:724d0f67a35678d3fb357466f0d10dd0e4514f0059fd3060c7a6b3e98f1efbf0_arm64",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:724d0f67a35678d3fb357466f0d10dd0e4514f0059fd3060c7a6b3e98f1efbf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256%3A724d0f67a35678d3fb357466f0d10dd0e4514f0059fd3060c7a6b3e98f1efbf0?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765493403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:a818eed253e2249354fef392f66dbcb5f47a5ee618deca7cf398b6432b6cd660_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:a818eed253e2249354fef392f66dbcb5f47a5ee618deca7cf398b6432b6cd660_arm64",
"product_id": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:a818eed253e2249354fef392f66dbcb5f47a5ee618deca7cf398b6432b6cd660_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256%3Aa818eed253e2249354fef392f66dbcb5f47a5ee618deca7cf398b6432b6cd660?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:03b885d333a219b827e3bf6882a2f4894514921c1e21a1fe20c7ad02616f80e7_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:03b885d333a219b827e3bf6882a2f4894514921c1e21a1fe20c7ad02616f80e7_arm64",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:03b885d333a219b827e3bf6882a2f4894514921c1e21a1fe20c7ad02616f80e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256%3A03b885d333a219b827e3bf6882a2f4894514921c1e21a1fe20c7ad02616f80e7?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489190"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:4f97e3a50fcada2c62967656ef85a813155b3c73e719dd43a755bd2a979c0005_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:4f97e3a50fcada2c62967656ef85a813155b3c73e719dd43a755bd2a979c0005_ppc64le",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:4f97e3a50fcada2c62967656ef85a813155b3c73e719dd43a755bd2a979c0005_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256%3A4f97e3a50fcada2c62967656ef85a813155b3c73e719dd43a755bd2a979c0005?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:e86fd117cca5b704f64205d2a228bb37188d326a92a132f2fdf9087f1867beac_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:e86fd117cca5b704f64205d2a228bb37188d326a92a132f2fdf9087f1867beac_ppc64le",
"product_id": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:e86fd117cca5b704f64205d2a228bb37188d326a92a132f2fdf9087f1867beac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-jaeger-query-rhel8@sha256%3Ae86fd117cca5b704f64205d2a228bb37188d326a92a132f2fdf9087f1867beac?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:d609b7129ee92394fadf7ebc97ee79913715acc8d5181410e52364e2fcf0913d_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:d609b7129ee92394fadf7ebc97ee79913715acc8d5181410e52364e2fcf0913d_ppc64le",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:d609b7129ee92394fadf7ebc97ee79913715acc8d5181410e52364e2fcf0913d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256%3Ad609b7129ee92394fadf7ebc97ee79913715acc8d5181410e52364e2fcf0913d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:50d75fa9f32922f15c999d8379da06f35d4f524c5843a29bb44d196c5f00758c_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:50d75fa9f32922f15c999d8379da06f35d4f524c5843a29bb44d196c5f00758c_ppc64le",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:50d75fa9f32922f15c999d8379da06f35d4f524c5843a29bb44d196c5f00758c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256%3A50d75fa9f32922f15c999d8379da06f35d4f524c5843a29bb44d196c5f00758c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765493403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:bf1e9a71262b95ead562fff27df29b20c2379a9522c2334795daf78a09b9eaf1_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:bf1e9a71262b95ead562fff27df29b20c2379a9522c2334795daf78a09b9eaf1_ppc64le",
"product_id": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:bf1e9a71262b95ead562fff27df29b20c2379a9522c2334795daf78a09b9eaf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256%3Abf1e9a71262b95ead562fff27df29b20c2379a9522c2334795daf78a09b9eaf1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:eb1fc205918a36e8e98e9f8317bc123c04c6e4c26c49de361839737f4fac0f25_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:eb1fc205918a36e8e98e9f8317bc123c04c6e4c26c49de361839737f4fac0f25_ppc64le",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:eb1fc205918a36e8e98e9f8317bc123c04c6e4c26c49de361839737f4fac0f25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256%3Aeb1fc205918a36e8e98e9f8317bc123c04c6e4c26c49de361839737f4fac0f25?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489190"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:5f4682913993d2a2464f631169143ab849baf68fa68c13533e37f875cd774cf9_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:5f4682913993d2a2464f631169143ab849baf68fa68c13533e37f875cd774cf9_s390x",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:5f4682913993d2a2464f631169143ab849baf68fa68c13533e37f875cd774cf9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256%3A5f4682913993d2a2464f631169143ab849baf68fa68c13533e37f875cd774cf9?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:c5935ac81d7bcb2ed16b3fc9fb5f30d04c4e1b9bab322dd4ec8b6ad3c3e289f6_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:c5935ac81d7bcb2ed16b3fc9fb5f30d04c4e1b9bab322dd4ec8b6ad3c3e289f6_s390x",
"product_id": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:c5935ac81d7bcb2ed16b3fc9fb5f30d04c4e1b9bab322dd4ec8b6ad3c3e289f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-jaeger-query-rhel8@sha256%3Ac5935ac81d7bcb2ed16b3fc9fb5f30d04c4e1b9bab322dd4ec8b6ad3c3e289f6?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:6b3ec9de3fcfdd191b4f83bde8f2980330dce9db4cef2de0716a65fccee9a5a2_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:6b3ec9de3fcfdd191b4f83bde8f2980330dce9db4cef2de0716a65fccee9a5a2_s390x",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:6b3ec9de3fcfdd191b4f83bde8f2980330dce9db4cef2de0716a65fccee9a5a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256%3A6b3ec9de3fcfdd191b4f83bde8f2980330dce9db4cef2de0716a65fccee9a5a2?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:4341c9a537dda9e3fcb5c86de13e6b373c91dd12044e313e0d60ff1867d27444_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:4341c9a537dda9e3fcb5c86de13e6b373c91dd12044e313e0d60ff1867d27444_s390x",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:4341c9a537dda9e3fcb5c86de13e6b373c91dd12044e313e0d60ff1867d27444_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256%3A4341c9a537dda9e3fcb5c86de13e6b373c91dd12044e313e0d60ff1867d27444?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765493403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:9a6e0d94705c060b2b09997404e26f6505017e83ca704ffa4adfb655a88a5020_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:9a6e0d94705c060b2b09997404e26f6505017e83ca704ffa4adfb655a88a5020_s390x",
"product_id": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:9a6e0d94705c060b2b09997404e26f6505017e83ca704ffa4adfb655a88a5020_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256%3A9a6e0d94705c060b2b09997404e26f6505017e83ca704ffa4adfb655a88a5020?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:9a7fe17e7758ac1cc69f5a55794d420935b6fa061dda9617bd814e651e1fada9_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:9a7fe17e7758ac1cc69f5a55794d420935b6fa061dda9617bd814e651e1fada9_s390x",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:9a7fe17e7758ac1cc69f5a55794d420935b6fa061dda9617bd814e651e1fada9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256%3A9a7fe17e7758ac1cc69f5a55794d420935b6fa061dda9617bd814e651e1fada9?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.8-1765489190"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:6b3ec9de3fcfdd191b4f83bde8f2980330dce9db4cef2de0716a65fccee9a5a2_s390x as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:6b3ec9de3fcfdd191b4f83bde8f2980330dce9db4cef2de0716a65fccee9a5a2_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:6b3ec9de3fcfdd191b4f83bde8f2980330dce9db4cef2de0716a65fccee9a5a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:80f700f361d15cb2d8995019f20ecd988de38355aad03556994ca3c8345b1c64_arm64 as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:80f700f361d15cb2d8995019f20ecd988de38355aad03556994ca3c8345b1c64_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:80f700f361d15cb2d8995019f20ecd988de38355aad03556994ca3c8345b1c64_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:d609b7129ee92394fadf7ebc97ee79913715acc8d5181410e52364e2fcf0913d_ppc64le as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:d609b7129ee92394fadf7ebc97ee79913715acc8d5181410e52364e2fcf0913d_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:d609b7129ee92394fadf7ebc97ee79913715acc8d5181410e52364e2fcf0913d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:ee0a12ee4e97c0169467cf5ab6230ba022658a4834858c87f7aa0600a9a4f489_amd64 as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:ee0a12ee4e97c0169467cf5ab6230ba022658a4834858c87f7aa0600a9a4f489_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:ee0a12ee4e97c0169467cf5ab6230ba022658a4834858c87f7aa0600a9a4f489_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:1c5ddf90949f752603f61183de8e14894416fa94442da2b6fd173d6ed2e7ce43_amd64 as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:1c5ddf90949f752603f61183de8e14894416fa94442da2b6fd173d6ed2e7ce43_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:1c5ddf90949f752603f61183de8e14894416fa94442da2b6fd173d6ed2e7ce43_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:4f97e3a50fcada2c62967656ef85a813155b3c73e719dd43a755bd2a979c0005_ppc64le as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:4f97e3a50fcada2c62967656ef85a813155b3c73e719dd43a755bd2a979c0005_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:4f97e3a50fcada2c62967656ef85a813155b3c73e719dd43a755bd2a979c0005_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:5f4682913993d2a2464f631169143ab849baf68fa68c13533e37f875cd774cf9_s390x as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:5f4682913993d2a2464f631169143ab849baf68fa68c13533e37f875cd774cf9_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:5f4682913993d2a2464f631169143ab849baf68fa68c13533e37f875cd774cf9_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:953cbebef3fa709710126146537552ba513b64280f2b38312181902d49699413_arm64 as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:953cbebef3fa709710126146537552ba513b64280f2b38312181902d49699413_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:953cbebef3fa709710126146537552ba513b64280f2b38312181902d49699413_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:4001b1211ee8a6e87752d9d6970ebd940a777927089336eb33b4ac75f6abbcbd_amd64 as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:4001b1211ee8a6e87752d9d6970ebd940a777927089336eb33b4ac75f6abbcbd_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:4001b1211ee8a6e87752d9d6970ebd940a777927089336eb33b4ac75f6abbcbd_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:c5935ac81d7bcb2ed16b3fc9fb5f30d04c4e1b9bab322dd4ec8b6ad3c3e289f6_s390x as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:c5935ac81d7bcb2ed16b3fc9fb5f30d04c4e1b9bab322dd4ec8b6ad3c3e289f6_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:c5935ac81d7bcb2ed16b3fc9fb5f30d04c4e1b9bab322dd4ec8b6ad3c3e289f6_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:e86fd117cca5b704f64205d2a228bb37188d326a92a132f2fdf9087f1867beac_ppc64le as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:e86fd117cca5b704f64205d2a228bb37188d326a92a132f2fdf9087f1867beac_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:e86fd117cca5b704f64205d2a228bb37188d326a92a132f2fdf9087f1867beac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:ea1c4dbf73b1bc43d8a3f3016bfdd86604e2d0fbc6f232668165e630d289a082_arm64 as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:ea1c4dbf73b1bc43d8a3f3016bfdd86604e2d0fbc6f232668165e630d289a082_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:ea1c4dbf73b1bc43d8a3f3016bfdd86604e2d0fbc6f232668165e630d289a082_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:59faa931ced3fb7d6121c0dd212e0a43e99d6e09d01a8eb0cf77694dabaabdac_amd64 as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:59faa931ced3fb7d6121c0dd212e0a43e99d6e09d01a8eb0cf77694dabaabdac_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:59faa931ced3fb7d6121c0dd212e0a43e99d6e09d01a8eb0cf77694dabaabdac_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:6b786227310d6ef564c339c6d060a6573533649d1b6b492c80d071ac6a54f1de_amd64 as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:6b786227310d6ef564c339c6d060a6573533649d1b6b492c80d071ac6a54f1de_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:6b786227310d6ef564c339c6d060a6573533649d1b6b492c80d071ac6a54f1de_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:9a6e0d94705c060b2b09997404e26f6505017e83ca704ffa4adfb655a88a5020_s390x as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:9a6e0d94705c060b2b09997404e26f6505017e83ca704ffa4adfb655a88a5020_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:9a6e0d94705c060b2b09997404e26f6505017e83ca704ffa4adfb655a88a5020_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:a818eed253e2249354fef392f66dbcb5f47a5ee618deca7cf398b6432b6cd660_arm64 as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:a818eed253e2249354fef392f66dbcb5f47a5ee618deca7cf398b6432b6cd660_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:a818eed253e2249354fef392f66dbcb5f47a5ee618deca7cf398b6432b6cd660_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:bf1e9a71262b95ead562fff27df29b20c2379a9522c2334795daf78a09b9eaf1_ppc64le as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:bf1e9a71262b95ead562fff27df29b20c2379a9522c2334795daf78a09b9eaf1_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:bf1e9a71262b95ead562fff27df29b20c2379a9522c2334795daf78a09b9eaf1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:4341c9a537dda9e3fcb5c86de13e6b373c91dd12044e313e0d60ff1867d27444_s390x as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:4341c9a537dda9e3fcb5c86de13e6b373c91dd12044e313e0d60ff1867d27444_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:4341c9a537dda9e3fcb5c86de13e6b373c91dd12044e313e0d60ff1867d27444_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:50d75fa9f32922f15c999d8379da06f35d4f524c5843a29bb44d196c5f00758c_ppc64le as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:50d75fa9f32922f15c999d8379da06f35d4f524c5843a29bb44d196c5f00758c_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:50d75fa9f32922f15c999d8379da06f35d4f524c5843a29bb44d196c5f00758c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:57d75ca34a0ce40aa074bb7b5b8679a820fcae78565025d94fd1c75b63eda70c_amd64 as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:57d75ca34a0ce40aa074bb7b5b8679a820fcae78565025d94fd1c75b63eda70c_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:57d75ca34a0ce40aa074bb7b5b8679a820fcae78565025d94fd1c75b63eda70c_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:724d0f67a35678d3fb357466f0d10dd0e4514f0059fd3060c7a6b3e98f1efbf0_arm64 as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:724d0f67a35678d3fb357466f0d10dd0e4514f0059fd3060c7a6b3e98f1efbf0_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:724d0f67a35678d3fb357466f0d10dd0e4514f0059fd3060c7a6b3e98f1efbf0_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:03b885d333a219b827e3bf6882a2f4894514921c1e21a1fe20c7ad02616f80e7_arm64 as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:03b885d333a219b827e3bf6882a2f4894514921c1e21a1fe20c7ad02616f80e7_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:03b885d333a219b827e3bf6882a2f4894514921c1e21a1fe20c7ad02616f80e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:9a7fe17e7758ac1cc69f5a55794d420935b6fa061dda9617bd814e651e1fada9_s390x as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:9a7fe17e7758ac1cc69f5a55794d420935b6fa061dda9617bd814e651e1fada9_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:9a7fe17e7758ac1cc69f5a55794d420935b6fa061dda9617bd814e651e1fada9_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:eb1fc205918a36e8e98e9f8317bc123c04c6e4c26c49de361839737f4fac0f25_ppc64le as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:eb1fc205918a36e8e98e9f8317bc123c04c6e4c26c49de361839737f4fac0f25_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:eb1fc205918a36e8e98e9f8317bc123c04c6e4c26c49de361839737f4fac0f25_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:f4af21c0844cd1cd975b24792776f451cb87a5f848dd6ae4c6bab0fc2a4172de_amd64 as a component of Red Hat OpenShift distributed tracing 3.8.1",
"product_id": "Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:f4af21c0844cd1cd975b24792776f451cb87a5f848dd6ae4c6bab0fc2a4172de_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:f4af21c0844cd1cd975b24792776f451cb87a5f848dd6ae4c6bab0fc2a4172de_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.8.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:6b3ec9de3fcfdd191b4f83bde8f2980330dce9db4cef2de0716a65fccee9a5a2_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:80f700f361d15cb2d8995019f20ecd988de38355aad03556994ca3c8345b1c64_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:d609b7129ee92394fadf7ebc97ee79913715acc8d5181410e52364e2fcf0913d_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:ee0a12ee4e97c0169467cf5ab6230ba022658a4834858c87f7aa0600a9a4f489_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:1c5ddf90949f752603f61183de8e14894416fa94442da2b6fd173d6ed2e7ce43_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:4f97e3a50fcada2c62967656ef85a813155b3c73e719dd43a755bd2a979c0005_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:5f4682913993d2a2464f631169143ab849baf68fa68c13533e37f875cd774cf9_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:953cbebef3fa709710126146537552ba513b64280f2b38312181902d49699413_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:4001b1211ee8a6e87752d9d6970ebd940a777927089336eb33b4ac75f6abbcbd_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:c5935ac81d7bcb2ed16b3fc9fb5f30d04c4e1b9bab322dd4ec8b6ad3c3e289f6_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:e86fd117cca5b704f64205d2a228bb37188d326a92a132f2fdf9087f1867beac_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:ea1c4dbf73b1bc43d8a3f3016bfdd86604e2d0fbc6f232668165e630d289a082_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:59faa931ced3fb7d6121c0dd212e0a43e99d6e09d01a8eb0cf77694dabaabdac_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:6b786227310d6ef564c339c6d060a6573533649d1b6b492c80d071ac6a54f1de_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:9a6e0d94705c060b2b09997404e26f6505017e83ca704ffa4adfb655a88a5020_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:a818eed253e2249354fef392f66dbcb5f47a5ee618deca7cf398b6432b6cd660_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:bf1e9a71262b95ead562fff27df29b20c2379a9522c2334795daf78a09b9eaf1_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:4341c9a537dda9e3fcb5c86de13e6b373c91dd12044e313e0d60ff1867d27444_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:50d75fa9f32922f15c999d8379da06f35d4f524c5843a29bb44d196c5f00758c_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:57d75ca34a0ce40aa074bb7b5b8679a820fcae78565025d94fd1c75b63eda70c_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:724d0f67a35678d3fb357466f0d10dd0e4514f0059fd3060c7a6b3e98f1efbf0_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:03b885d333a219b827e3bf6882a2f4894514921c1e21a1fe20c7ad02616f80e7_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:9a7fe17e7758ac1cc69f5a55794d420935b6fa061dda9617bd814e651e1fada9_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:eb1fc205918a36e8e98e9f8317bc123c04c6e4c26c49de361839737f4fac0f25_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:f4af21c0844cd1cd975b24792776f451cb87a5f848dd6ae4c6bab0fc2a4172de_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-16T22:09:50+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:6b3ec9de3fcfdd191b4f83bde8f2980330dce9db4cef2de0716a65fccee9a5a2_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:80f700f361d15cb2d8995019f20ecd988de38355aad03556994ca3c8345b1c64_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:d609b7129ee92394fadf7ebc97ee79913715acc8d5181410e52364e2fcf0913d_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:ee0a12ee4e97c0169467cf5ab6230ba022658a4834858c87f7aa0600a9a4f489_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:1c5ddf90949f752603f61183de8e14894416fa94442da2b6fd173d6ed2e7ce43_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:4f97e3a50fcada2c62967656ef85a813155b3c73e719dd43a755bd2a979c0005_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:5f4682913993d2a2464f631169143ab849baf68fa68c13533e37f875cd774cf9_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:953cbebef3fa709710126146537552ba513b64280f2b38312181902d49699413_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:4001b1211ee8a6e87752d9d6970ebd940a777927089336eb33b4ac75f6abbcbd_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:c5935ac81d7bcb2ed16b3fc9fb5f30d04c4e1b9bab322dd4ec8b6ad3c3e289f6_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:e86fd117cca5b704f64205d2a228bb37188d326a92a132f2fdf9087f1867beac_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:ea1c4dbf73b1bc43d8a3f3016bfdd86604e2d0fbc6f232668165e630d289a082_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:59faa931ced3fb7d6121c0dd212e0a43e99d6e09d01a8eb0cf77694dabaabdac_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:6b786227310d6ef564c339c6d060a6573533649d1b6b492c80d071ac6a54f1de_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:9a6e0d94705c060b2b09997404e26f6505017e83ca704ffa4adfb655a88a5020_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:a818eed253e2249354fef392f66dbcb5f47a5ee618deca7cf398b6432b6cd660_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:bf1e9a71262b95ead562fff27df29b20c2379a9522c2334795daf78a09b9eaf1_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:4341c9a537dda9e3fcb5c86de13e6b373c91dd12044e313e0d60ff1867d27444_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:50d75fa9f32922f15c999d8379da06f35d4f524c5843a29bb44d196c5f00758c_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:57d75ca34a0ce40aa074bb7b5b8679a820fcae78565025d94fd1c75b63eda70c_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:724d0f67a35678d3fb357466f0d10dd0e4514f0059fd3060c7a6b3e98f1efbf0_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:03b885d333a219b827e3bf6882a2f4894514921c1e21a1fe20c7ad02616f80e7_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:9a7fe17e7758ac1cc69f5a55794d420935b6fa061dda9617bd814e651e1fada9_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:eb1fc205918a36e8e98e9f8317bc123c04c6e4c26c49de361839737f4fac0f25_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:f4af21c0844cd1cd975b24792776f451cb87a5f848dd6ae4c6bab0fc2a4172de_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23421"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:6b3ec9de3fcfdd191b4f83bde8f2980330dce9db4cef2de0716a65fccee9a5a2_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:80f700f361d15cb2d8995019f20ecd988de38355aad03556994ca3c8345b1c64_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:d609b7129ee92394fadf7ebc97ee79913715acc8d5181410e52364e2fcf0913d_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:ee0a12ee4e97c0169467cf5ab6230ba022658a4834858c87f7aa0600a9a4f489_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:1c5ddf90949f752603f61183de8e14894416fa94442da2b6fd173d6ed2e7ce43_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:4f97e3a50fcada2c62967656ef85a813155b3c73e719dd43a755bd2a979c0005_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:5f4682913993d2a2464f631169143ab849baf68fa68c13533e37f875cd774cf9_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:953cbebef3fa709710126146537552ba513b64280f2b38312181902d49699413_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:4001b1211ee8a6e87752d9d6970ebd940a777927089336eb33b4ac75f6abbcbd_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:c5935ac81d7bcb2ed16b3fc9fb5f30d04c4e1b9bab322dd4ec8b6ad3c3e289f6_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:e86fd117cca5b704f64205d2a228bb37188d326a92a132f2fdf9087f1867beac_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:ea1c4dbf73b1bc43d8a3f3016bfdd86604e2d0fbc6f232668165e630d289a082_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:59faa931ced3fb7d6121c0dd212e0a43e99d6e09d01a8eb0cf77694dabaabdac_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:6b786227310d6ef564c339c6d060a6573533649d1b6b492c80d071ac6a54f1de_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:9a6e0d94705c060b2b09997404e26f6505017e83ca704ffa4adfb655a88a5020_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:a818eed253e2249354fef392f66dbcb5f47a5ee618deca7cf398b6432b6cd660_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:bf1e9a71262b95ead562fff27df29b20c2379a9522c2334795daf78a09b9eaf1_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:4341c9a537dda9e3fcb5c86de13e6b373c91dd12044e313e0d60ff1867d27444_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:50d75fa9f32922f15c999d8379da06f35d4f524c5843a29bb44d196c5f00758c_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:57d75ca34a0ce40aa074bb7b5b8679a820fcae78565025d94fd1c75b63eda70c_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:724d0f67a35678d3fb357466f0d10dd0e4514f0059fd3060c7a6b3e98f1efbf0_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:03b885d333a219b827e3bf6882a2f4894514921c1e21a1fe20c7ad02616f80e7_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:9a7fe17e7758ac1cc69f5a55794d420935b6fa061dda9617bd814e651e1fada9_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:eb1fc205918a36e8e98e9f8317bc123c04c6e4c26c49de361839737f4fac0f25_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:f4af21c0844cd1cd975b24792776f451cb87a5f848dd6ae4c6bab0fc2a4172de_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:6b3ec9de3fcfdd191b4f83bde8f2980330dce9db4cef2de0716a65fccee9a5a2_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:80f700f361d15cb2d8995019f20ecd988de38355aad03556994ca3c8345b1c64_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:d609b7129ee92394fadf7ebc97ee79913715acc8d5181410e52364e2fcf0913d_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:ee0a12ee4e97c0169467cf5ab6230ba022658a4834858c87f7aa0600a9a4f489_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:1c5ddf90949f752603f61183de8e14894416fa94442da2b6fd173d6ed2e7ce43_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:4f97e3a50fcada2c62967656ef85a813155b3c73e719dd43a755bd2a979c0005_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:5f4682913993d2a2464f631169143ab849baf68fa68c13533e37f875cd774cf9_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:953cbebef3fa709710126146537552ba513b64280f2b38312181902d49699413_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:4001b1211ee8a6e87752d9d6970ebd940a777927089336eb33b4ac75f6abbcbd_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:c5935ac81d7bcb2ed16b3fc9fb5f30d04c4e1b9bab322dd4ec8b6ad3c3e289f6_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:e86fd117cca5b704f64205d2a228bb37188d326a92a132f2fdf9087f1867beac_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:ea1c4dbf73b1bc43d8a3f3016bfdd86604e2d0fbc6f232668165e630d289a082_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:59faa931ced3fb7d6121c0dd212e0a43e99d6e09d01a8eb0cf77694dabaabdac_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:6b786227310d6ef564c339c6d060a6573533649d1b6b492c80d071ac6a54f1de_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:9a6e0d94705c060b2b09997404e26f6505017e83ca704ffa4adfb655a88a5020_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:a818eed253e2249354fef392f66dbcb5f47a5ee618deca7cf398b6432b6cd660_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:bf1e9a71262b95ead562fff27df29b20c2379a9522c2334795daf78a09b9eaf1_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:4341c9a537dda9e3fcb5c86de13e6b373c91dd12044e313e0d60ff1867d27444_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:50d75fa9f32922f15c999d8379da06f35d4f524c5843a29bb44d196c5f00758c_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:57d75ca34a0ce40aa074bb7b5b8679a820fcae78565025d94fd1c75b63eda70c_amd64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:724d0f67a35678d3fb357466f0d10dd0e4514f0059fd3060c7a6b3e98f1efbf0_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:03b885d333a219b827e3bf6882a2f4894514921c1e21a1fe20c7ad02616f80e7_arm64",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:9a7fe17e7758ac1cc69f5a55794d420935b6fa061dda9617bd814e651e1fada9_s390x",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:eb1fc205918a36e8e98e9f8317bc123c04c6e4c26c49de361839737f4fac0f25_ppc64le",
"Red Hat OpenShift distributed tracing 3.8.1:registry.redhat.io/rhosdt/tempo-rhel8@sha256:f4af21c0844cd1cd975b24792776f451cb87a5f848dd6ae4c6bab0fc2a4172de_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0226
Vulnerability from csaf_redhat - Published: 2026-01-07 12:46 - Updated: 2026-01-22 22:39Notes
{
"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 osbuild-composer 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": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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-2026:0226",
"url": "https://access.redhat.com/errata/RHSA-2026:0226"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0226.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-01-22T22:39:55+00:00",
"generator": {
"date": "2026-01-22T22:39:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0226",
"initial_release_date": "2026-01-07T12:46:50+00:00",
"revision_history": [
{
"date": "2026-01-07T12:46:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-07T12:46:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:39:55+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": "osbuild-composer-0:101.3-3.el9_4.src",
"product": {
"name": "osbuild-composer-0:101.3-3.el9_4.src",
"product_id": "osbuild-composer-0:101.3-3.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@101.3-3.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:101.3-3.el9_4.aarch64",
"product": {
"name": "osbuild-composer-0:101.3-3.el9_4.aarch64",
"product_id": "osbuild-composer-0:101.3-3.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@101.3-3.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:101.3-3.el9_4.aarch64",
"product": {
"name": "osbuild-composer-core-0:101.3-3.el9_4.aarch64",
"product_id": "osbuild-composer-core-0:101.3-3.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@101.3-3.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:101.3-3.el9_4.aarch64",
"product": {
"name": "osbuild-composer-worker-0:101.3-3.el9_4.aarch64",
"product_id": "osbuild-composer-worker-0:101.3-3.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@101.3-3.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:101.3-3.el9_4.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:101.3-3.el9_4.aarch64",
"product_id": "osbuild-composer-debugsource-0:101.3-3.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@101.3-3.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@101.3-3.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:101.3-3.el9_4.aarch64",
"product": {
"name": "osbuild-composer-debuginfo-0:101.3-3.el9_4.aarch64",
"product_id": "osbuild-composer-debuginfo-0:101.3-3.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@101.3-3.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@101.3-3.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@101.3-3.el9_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:101.3-3.el9_4.ppc64le",
"product": {
"name": "osbuild-composer-0:101.3-3.el9_4.ppc64le",
"product_id": "osbuild-composer-0:101.3-3.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@101.3-3.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:101.3-3.el9_4.ppc64le",
"product": {
"name": "osbuild-composer-core-0:101.3-3.el9_4.ppc64le",
"product_id": "osbuild-composer-core-0:101.3-3.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@101.3-3.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:101.3-3.el9_4.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:101.3-3.el9_4.ppc64le",
"product_id": "osbuild-composer-worker-0:101.3-3.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@101.3-3.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:101.3-3.el9_4.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:101.3-3.el9_4.ppc64le",
"product_id": "osbuild-composer-debugsource-0:101.3-3.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@101.3-3.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@101.3-3.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:101.3-3.el9_4.ppc64le",
"product": {
"name": "osbuild-composer-debuginfo-0:101.3-3.el9_4.ppc64le",
"product_id": "osbuild-composer-debuginfo-0:101.3-3.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@101.3-3.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@101.3-3.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@101.3-3.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:101.3-3.el9_4.x86_64",
"product": {
"name": "osbuild-composer-0:101.3-3.el9_4.x86_64",
"product_id": "osbuild-composer-0:101.3-3.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@101.3-3.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:101.3-3.el9_4.x86_64",
"product": {
"name": "osbuild-composer-core-0:101.3-3.el9_4.x86_64",
"product_id": "osbuild-composer-core-0:101.3-3.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@101.3-3.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:101.3-3.el9_4.x86_64",
"product": {
"name": "osbuild-composer-worker-0:101.3-3.el9_4.x86_64",
"product_id": "osbuild-composer-worker-0:101.3-3.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@101.3-3.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:101.3-3.el9_4.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:101.3-3.el9_4.x86_64",
"product_id": "osbuild-composer-debugsource-0:101.3-3.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@101.3-3.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@101.3-3.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:101.3-3.el9_4.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:101.3-3.el9_4.x86_64",
"product_id": "osbuild-composer-debuginfo-0:101.3-3.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@101.3-3.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@101.3-3.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@101.3-3.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:101.3-3.el9_4.s390x",
"product": {
"name": "osbuild-composer-0:101.3-3.el9_4.s390x",
"product_id": "osbuild-composer-0:101.3-3.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@101.3-3.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:101.3-3.el9_4.s390x",
"product": {
"name": "osbuild-composer-core-0:101.3-3.el9_4.s390x",
"product_id": "osbuild-composer-core-0:101.3-3.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@101.3-3.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:101.3-3.el9_4.s390x",
"product": {
"name": "osbuild-composer-worker-0:101.3-3.el9_4.s390x",
"product_id": "osbuild-composer-worker-0:101.3-3.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@101.3-3.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:101.3-3.el9_4.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:101.3-3.el9_4.s390x",
"product_id": "osbuild-composer-debugsource-0:101.3-3.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@101.3-3.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@101.3-3.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:101.3-3.el9_4.s390x",
"product": {
"name": "osbuild-composer-debuginfo-0:101.3-3.el9_4.s390x",
"product_id": "osbuild-composer-debuginfo-0:101.3-3.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@101.3-3.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@101.3-3.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@101.3-3.el9_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:101.3-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.aarch64"
},
"product_reference": "osbuild-composer-0:101.3-3.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:101.3-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.ppc64le"
},
"product_reference": "osbuild-composer-0:101.3-3.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:101.3-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.s390x"
},
"product_reference": "osbuild-composer-0:101.3-3.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:101.3-3.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.src"
},
"product_reference": "osbuild-composer-0:101.3-3.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:101.3-3.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:osbuild-composer-0:101.3-3.el9_4.x86_64"
},
"product_reference": "osbuild-composer-0:101.3-3.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:101.3-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.aarch64"
},
"product_reference": "osbuild-composer-core-0:101.3-3.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:101.3-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.ppc64le"
},
"product_reference": "osbuild-composer-core-0:101.3-3.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:101.3-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.s390x"
},
"product_reference": "osbuild-composer-core-0:101.3-3.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:101.3-3.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:osbuild-composer-core-0:101.3-3.el9_4.x86_64"
},
"product_reference": "osbuild-composer-core-0:101.3-3.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:101.3-3.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:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:101.3-3.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:101.3-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.aarch64"
},
"product_reference": "osbuild-composer-debuginfo-0:101.3-3.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:101.3-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.ppc64le"
},
"product_reference": "osbuild-composer-debuginfo-0:101.3-3.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:101.3-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.s390x"
},
"product_reference": "osbuild-composer-debuginfo-0:101.3-3.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:101.3-3.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:osbuild-composer-debuginfo-0:101.3-3.el9_4.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:101.3-3.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:101.3-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:101.3-3.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:101.3-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:101.3-3.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:101.3-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:101.3-3.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:101.3-3.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:osbuild-composer-debugsource-0:101.3-3.el9_4.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:101.3-3.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-3.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:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:101.3-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.aarch64"
},
"product_reference": "osbuild-composer-worker-0:101.3-3.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:101.3-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:101.3-3.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:101.3-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.s390x"
},
"product_reference": "osbuild-composer-worker-0:101.3-3.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:101.3-3.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:osbuild-composer-worker-0:101.3-3.el9_4.x86_64"
},
"product_reference": "osbuild-composer-worker-0:101.3-3.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-3.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:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.src",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-07T12:46:50+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:osbuild-composer-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.src",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0226"
},
{
"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": [
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.src",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.src",
"AppStream-9.4.0.Z.EUS:osbuild-composer-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-core-debuginfo-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debuginfo-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-debugsource-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-tests-debuginfo-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-0:101.3-3.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:osbuild-composer-worker-debuginfo-0:101.3-3.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:1025
Vulnerability from csaf_redhat - Published: 2026-01-22 16:47 - Updated: 2026-01-22 22:40Notes
{
"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 osbuild-composer is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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-2026:1025",
"url": "https://access.redhat.com/errata/RHSA-2026:1025"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1025.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-01-22T22:40:09+00:00",
"generator": {
"date": "2026-01-22T22:40:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:1025",
"initial_release_date": "2026-01-22T16:47:34+00:00",
"revision_history": [
{
"date": "2026-01-22T16:47:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-22T16:47:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:40:09+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 AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-4.el8_6.src",
"product": {
"name": "osbuild-composer-0:46.3-4.el8_6.src",
"product_id": "osbuild-composer-0:46.3-4.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-4.el8_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-4.el8_6.x86_64",
"product": {
"name": "osbuild-composer-0:46.3-4.el8_6.x86_64",
"product_id": "osbuild-composer-0:46.3-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"product": {
"name": "osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"product_id": "osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@46.3-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"product": {
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"product_id": "osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@46.3-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"product": {
"name": "osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"product_id": "osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@46.3-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"product_id": "osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@46.3-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@46.3-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"product_id": "osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@46.3-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@46.3-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@46.3-4.el8_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-4.el8_6.aarch64",
"product": {
"name": "osbuild-composer-0:46.3-4.el8_6.aarch64",
"product_id": "osbuild-composer-0:46.3-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:46.3-4.el8_6.aarch64",
"product": {
"name": "osbuild-composer-core-0:46.3-4.el8_6.aarch64",
"product_id": "osbuild-composer-core-0:46.3-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@46.3-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.aarch64",
"product": {
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.aarch64",
"product_id": "osbuild-composer-dnf-json-0:46.3-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@46.3-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:46.3-4.el8_6.aarch64",
"product": {
"name": "osbuild-composer-worker-0:46.3-4.el8_6.aarch64",
"product_id": "osbuild-composer-worker-0:46.3-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@46.3-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.aarch64",
"product_id": "osbuild-composer-debugsource-0:46.3-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@46.3-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@46.3-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.aarch64",
"product": {
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.aarch64",
"product_id": "osbuild-composer-debuginfo-0:46.3-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@46.3-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@46.3-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@46.3-4.el8_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-4.el8_6.ppc64le",
"product": {
"name": "osbuild-composer-0:46.3-4.el8_6.ppc64le",
"product_id": "osbuild-composer-0:46.3-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:46.3-4.el8_6.ppc64le",
"product": {
"name": "osbuild-composer-core-0:46.3-4.el8_6.ppc64le",
"product_id": "osbuild-composer-core-0:46.3-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@46.3-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.ppc64le",
"product": {
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.ppc64le",
"product_id": "osbuild-composer-dnf-json-0:46.3-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@46.3-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:46.3-4.el8_6.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:46.3-4.el8_6.ppc64le",
"product_id": "osbuild-composer-worker-0:46.3-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@46.3-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.ppc64le",
"product_id": "osbuild-composer-debugsource-0:46.3-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@46.3-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@46.3-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.ppc64le",
"product": {
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.ppc64le",
"product_id": "osbuild-composer-debuginfo-0:46.3-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@46.3-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@46.3-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@46.3-4.el8_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-4.el8_6.s390x",
"product": {
"name": "osbuild-composer-0:46.3-4.el8_6.s390x",
"product_id": "osbuild-composer-0:46.3-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:46.3-4.el8_6.s390x",
"product": {
"name": "osbuild-composer-core-0:46.3-4.el8_6.s390x",
"product_id": "osbuild-composer-core-0:46.3-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@46.3-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.s390x",
"product": {
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.s390x",
"product_id": "osbuild-composer-dnf-json-0:46.3-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@46.3-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:46.3-4.el8_6.s390x",
"product": {
"name": "osbuild-composer-worker-0:46.3-4.el8_6.s390x",
"product_id": "osbuild-composer-worker-0:46.3-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@46.3-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.s390x",
"product_id": "osbuild-composer-debugsource-0:46.3-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@46.3-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@46.3-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.s390x",
"product": {
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.s390x",
"product_id": "osbuild-composer-debuginfo-0:46.3-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@46.3-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@46.3-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@46.3-4.el8_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-4.el8_6.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:osbuild-composer-0:46.3-4.el8_6.src"
},
"product_reference": "osbuild-composer-0:46.3-4.el8_6.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:osbuild-composer-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:osbuild-composer-core-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:osbuild-composer-worker-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-4.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.aarch64"
},
"product_reference": "osbuild-composer-0:46.3-4.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-4.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.ppc64le"
},
"product_reference": "osbuild-composer-0:46.3-4.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-4.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.s390x"
},
"product_reference": "osbuild-composer-0:46.3-4.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-4.el8_6.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.src"
},
"product_reference": "osbuild-composer-0:46.3-4.el8_6.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-4.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.aarch64"
},
"product_reference": "osbuild-composer-core-0:46.3-4.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-4.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.ppc64le"
},
"product_reference": "osbuild-composer-core-0:46.3-4.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-4.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.s390x"
},
"product_reference": "osbuild-composer-core-0:46.3-4.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.aarch64"
},
"product_reference": "osbuild-composer-debuginfo-0:46.3-4.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.ppc64le"
},
"product_reference": "osbuild-composer-debuginfo-0:46.3-4.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.s390x"
},
"product_reference": "osbuild-composer-debuginfo-0:46.3-4.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-4.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-4.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-4.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.aarch64"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-4.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.ppc64le"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-4.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.s390x"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-4.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-4.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.aarch64"
},
"product_reference": "osbuild-composer-worker-0:46.3-4.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-4.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:46.3-4.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-4.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.s390x"
},
"product_reference": "osbuild-composer-worker-0:46.3-4.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-4.el8_6.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:osbuild-composer-0:46.3-4.el8_6.src"
},
"product_reference": "osbuild-composer-0:46.3-4.el8_6.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:osbuild-composer-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:osbuild-composer-core-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:osbuild-composer-worker-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:osbuild-composer-0:46.3-4.el8_6.src",
"AppStream-8.6.0.Z.AUS:osbuild-composer-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.src",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-0:46.3-4.el8_6.src",
"AppStream-8.6.0.Z.TUS:osbuild-composer-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T16:47:34+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-8.6.0.Z.AUS:osbuild-composer-0:46.3-4.el8_6.src",
"AppStream-8.6.0.Z.AUS:osbuild-composer-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.src",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-0:46.3-4.el8_6.src",
"AppStream-8.6.0.Z.TUS:osbuild-composer-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1025"
},
{
"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": [
"AppStream-8.6.0.Z.AUS:osbuild-composer-0:46.3-4.el8_6.src",
"AppStream-8.6.0.Z.AUS:osbuild-composer-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.src",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-0:46.3-4.el8_6.src",
"AppStream-8.6.0.Z.TUS:osbuild-composer-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:osbuild-composer-0:46.3-4.el8_6.src",
"AppStream-8.6.0.Z.AUS:osbuild-composer-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.src",
"AppStream-8.6.0.Z.E4S:osbuild-composer-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.aarch64",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.s390x",
"AppStream-8.6.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-0:46.3-4.el8_6.src",
"AppStream-8.6.0.Z.TUS:osbuild-composer-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-core-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-core-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-debugsource-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-dnf-json-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-tests-debuginfo-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-worker-0:46.3-4.el8_6.x86_64",
"AppStream-8.6.0.Z.TUS:osbuild-composer-worker-debuginfo-0:46.3-4.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22011
Vulnerability from csaf_redhat - Published: 2025-11-25 05:23 - Updated: 2026-01-22 22:38Notes
{
"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 buildah 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 buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* runc: container escape and denial of service due to arbitrary write gadgets and procfs write redirects (CVE-2025-52881)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:22011",
"url": "https://access.redhat.com/errata/RHSA-2025:22011"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22011.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:22+00:00",
"generator": {
"date": "2026-01-22T22:38:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:22011",
"initial_release_date": "2025-11-25T05:23:44+00:00",
"revision_history": [
{
"date": "2025-11-25T05:23:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-25T05:23:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:22+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": "buildah-2:1.41.6-1.el9_7.src",
"product": {
"name": "buildah-2:1.41.6-1.el9_7.src",
"product_id": "buildah-2:1.41.6-1.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el9_7?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el9_7.aarch64",
"product": {
"name": "buildah-2:1.41.6-1.el9_7.aarch64",
"product_id": "buildah-2:1.41.6-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el9_7.aarch64",
"product": {
"name": "buildah-tests-2:1.41.6-1.el9_7.aarch64",
"product_id": "buildah-tests-2:1.41.6-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"product_id": "buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"product_id": "buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el9_7?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el9_7.ppc64le",
"product": {
"name": "buildah-2:1.41.6-1.el9_7.ppc64le",
"product_id": "buildah-2:1.41.6-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"product": {
"name": "buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"product_id": "buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"product_id": "buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"product_id": "buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el9_7?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el9_7.x86_64",
"product": {
"name": "buildah-2:1.41.6-1.el9_7.x86_64",
"product_id": "buildah-2:1.41.6-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el9_7.x86_64",
"product": {
"name": "buildah-tests-2:1.41.6-1.el9_7.x86_64",
"product_id": "buildah-tests-2:1.41.6-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"product_id": "buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"product_id": "buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el9_7?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el9_7.s390x",
"product": {
"name": "buildah-2:1.41.6-1.el9_7.s390x",
"product_id": "buildah-2:1.41.6-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el9_7.s390x",
"product": {
"name": "buildah-tests-2:1.41.6-1.el9_7.s390x",
"product_id": "buildah-tests-2:1.41.6-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"product_id": "buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"product_id": "buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el9_7?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64"
},
"product_reference": "buildah-2:1.41.6-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le"
},
"product_reference": "buildah-2:1.41.6-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x"
},
"product_reference": "buildah-2:1.41.6-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src"
},
"product_reference": "buildah-2:1.41.6-1.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64"
},
"product_reference": "buildah-2:1.41.6-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64"
},
"product_reference": "buildah-tests-2:1.41.6-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le"
},
"product_reference": "buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x"
},
"product_reference": "buildah-tests-2:1.41.6-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64"
},
"product_reference": "buildah-tests-2:1.41.6-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-25T05:23:44+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:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22011"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-25T05:23:44+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:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22011"
},
{
"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": [
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23733
Vulnerability from csaf_redhat - Published: 2025-12-22 01:38 - Updated: 2026-01-22 22:38Notes
{
"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 the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* os/exec: Unexpected paths returned from LookPath in os/exec (CVE-2025-47906)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23733",
"url": "https://access.redhat.com/errata/RHSA-2025:23733"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23733.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:45+00:00",
"generator": {
"date": "2026-01-22T22:38:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23733",
"initial_release_date": "2025-12-22T01:38:52+00:00",
"revision_history": [
{
"date": "2025-12-22T01:38:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-22T01:38:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"product": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src (go-toolset:rhel8)",
"product_id": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.7.2-1.module%2Bel8.6.0%2B12972%2Bebab5911?arch=src\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.13-2.module%2Bel8.6.0%2B22782%2Bbd95fb4c?arch=src\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src (go-toolset:rhel8)",
"product_id": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=src\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8)",
"product_id": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.7.2-1.module%2Bel8.6.0%2B12972%2Bebab5911?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.7.2-1.module%2Bel8.6.0%2B12972%2Bebab5911?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.7.2-1.module%2Bel8.6.0%2B12972%2Bebab5911?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.13-2.module%2Bel8.6.0%2B22782%2Bbd95fb4c?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64 (go-toolset:rhel8)",
"product_id": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64 (go-toolset:rhel8)",
"product_id": "golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"product": {
"name": "golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8)",
"product_id": "golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=noarch\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"product": {
"name": "golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8)",
"product_id": "golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=noarch\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"product": {
"name": "golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8)",
"product_id": "golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=noarch\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"product": {
"name": "golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8)",
"product_id": "golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=noarch\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.13-2.module%2Bel8.6.0%2B22782%2Bbd95fb4c?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64 (go-toolset:rhel8)",
"product_id": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.13-2.module%2Bel8.6.0%2B22782%2Bbd95fb4c?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le (go-toolset:rhel8)",
"product_id": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.13-2.module%2Bel8.6.0%2B22782%2Bbd95fb4c?arch=s390x\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x (go-toolset:rhel8)",
"product_id": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=s390x\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-11.module%2Bel8.6.0%2B23831%2B7077efd1?arch=s390x\u0026rpmmod=go-toolset:rhel8:8060020251219132124:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"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-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T01:38: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-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23733"
},
{
"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": [
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T01:38: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-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23733"
},
{
"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": [
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-bin-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-docs-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-misc-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-race-0:1.17.13-11.module+el8.6.0+23831+7077efd1.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-src-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-tests-0:1.17.13-11.module+el8.6.0+23831+7077efd1.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0227
Vulnerability from csaf_redhat - Published: 2026-01-07 11:32 - Updated: 2026-01-22 22:39Notes
{
"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 osbuild-composer 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": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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-2026:0227",
"url": "https://access.redhat.com/errata/RHSA-2026:0227"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0227.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-01-22T22:39:55+00:00",
"generator": {
"date": "2026-01-22T22:39:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0227",
"initial_release_date": "2026-01-07T11:32:40+00:00",
"revision_history": [
{
"date": "2026-01-07T11:32:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-07T11:32:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:39:55+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": "osbuild-composer-0:46.3-5.el9_0.src",
"product": {
"name": "osbuild-composer-0:46.3-5.el9_0.src",
"product_id": "osbuild-composer-0:46.3-5.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-5.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-5.el9_0.aarch64",
"product": {
"name": "osbuild-composer-0:46.3-5.el9_0.aarch64",
"product_id": "osbuild-composer-0:46.3-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:46.3-5.el9_0.aarch64",
"product": {
"name": "osbuild-composer-core-0:46.3-5.el9_0.aarch64",
"product_id": "osbuild-composer-core-0:46.3-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@46.3-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:46.3-5.el9_0.aarch64",
"product": {
"name": "osbuild-composer-dnf-json-0:46.3-5.el9_0.aarch64",
"product_id": "osbuild-composer-dnf-json-0:46.3-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@46.3-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:46.3-5.el9_0.aarch64",
"product": {
"name": "osbuild-composer-worker-0:46.3-5.el9_0.aarch64",
"product_id": "osbuild-composer-worker-0:46.3-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@46.3-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:46.3-5.el9_0.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:46.3-5.el9_0.aarch64",
"product_id": "osbuild-composer-debugsource-0:46.3-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@46.3-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@46.3-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@46.3-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@46.3-5.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-5.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-0:46.3-5.el9_0.ppc64le",
"product_id": "osbuild-composer-0:46.3-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:46.3-5.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-core-0:46.3-5.el9_0.ppc64le",
"product_id": "osbuild-composer-core-0:46.3-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@46.3-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:46.3-5.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-dnf-json-0:46.3-5.el9_0.ppc64le",
"product_id": "osbuild-composer-dnf-json-0:46.3-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@46.3-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:46.3-5.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:46.3-5.el9_0.ppc64le",
"product_id": "osbuild-composer-worker-0:46.3-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@46.3-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:46.3-5.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:46.3-5.el9_0.ppc64le",
"product_id": "osbuild-composer-debugsource-0:46.3-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@46.3-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@46.3-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@46.3-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@46.3-5.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-5.el9_0.x86_64",
"product": {
"name": "osbuild-composer-0:46.3-5.el9_0.x86_64",
"product_id": "osbuild-composer-0:46.3-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:46.3-5.el9_0.x86_64",
"product": {
"name": "osbuild-composer-core-0:46.3-5.el9_0.x86_64",
"product_id": "osbuild-composer-core-0:46.3-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@46.3-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:46.3-5.el9_0.x86_64",
"product": {
"name": "osbuild-composer-dnf-json-0:46.3-5.el9_0.x86_64",
"product_id": "osbuild-composer-dnf-json-0:46.3-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@46.3-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:46.3-5.el9_0.x86_64",
"product": {
"name": "osbuild-composer-worker-0:46.3-5.el9_0.x86_64",
"product_id": "osbuild-composer-worker-0:46.3-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@46.3-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:46.3-5.el9_0.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:46.3-5.el9_0.x86_64",
"product_id": "osbuild-composer-debugsource-0:46.3-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@46.3-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@46.3-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@46.3-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@46.3-5.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-5.el9_0.s390x",
"product": {
"name": "osbuild-composer-0:46.3-5.el9_0.s390x",
"product_id": "osbuild-composer-0:46.3-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:46.3-5.el9_0.s390x",
"product": {
"name": "osbuild-composer-core-0:46.3-5.el9_0.s390x",
"product_id": "osbuild-composer-core-0:46.3-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@46.3-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:46.3-5.el9_0.s390x",
"product": {
"name": "osbuild-composer-dnf-json-0:46.3-5.el9_0.s390x",
"product_id": "osbuild-composer-dnf-json-0:46.3-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@46.3-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:46.3-5.el9_0.s390x",
"product": {
"name": "osbuild-composer-worker-0:46.3-5.el9_0.s390x",
"product_id": "osbuild-composer-worker-0:46.3-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@46.3-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:46.3-5.el9_0.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:46.3-5.el9_0.s390x",
"product_id": "osbuild-composer-debugsource-0:46.3-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@46.3-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@46.3-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@46.3-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@46.3-5.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-5.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.aarch64"
},
"product_reference": "osbuild-composer-0:46.3-5.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-0:46.3-5.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-5.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.s390x"
},
"product_reference": "osbuild-composer-0:46.3-5.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-5.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.src"
},
"product_reference": "osbuild-composer-0:46.3-5.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-5.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:osbuild-composer-0:46.3-5.el9_0.x86_64"
},
"product_reference": "osbuild-composer-0:46.3-5.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-5.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.aarch64"
},
"product_reference": "osbuild-composer-core-0:46.3-5.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-core-0:46.3-5.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-5.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.s390x"
},
"product_reference": "osbuild-composer-core-0:46.3-5.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-5.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:osbuild-composer-core-0:46.3-5.el9_0.x86_64"
},
"product_reference": "osbuild-composer-core-0:46.3-5.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-5.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:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-5.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-5.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-5.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-5.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-5.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-5.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-5.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:osbuild-composer-debugsource-0:46.3-5.el9_0.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-5.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-5.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.aarch64"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-5.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-5.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-5.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.s390x"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-5.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-5.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:osbuild-composer-dnf-json-0:46.3-5.el9_0.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-5.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-5.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:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-5.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.aarch64"
},
"product_reference": "osbuild-composer-worker-0:46.3-5.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:46.3-5.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-5.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.s390x"
},
"product_reference": "osbuild-composer-worker-0:46.3-5.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-5.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:osbuild-composer-worker-0:46.3-5.el9_0.x86_64"
},
"product_reference": "osbuild-composer-worker-0:46.3-5.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-5.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:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.src",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-07T11:32:40+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:osbuild-composer-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.src",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0227"
},
{
"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": [
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.src",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.src",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-5.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-5.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23948
Vulnerability from csaf_redhat - Published: 2025-12-22 17:10 - Updated: 2026-01-22 22:38Notes
{
"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 grafana is now available for Red Hat Enterprise Linux 8.\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": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23948",
"url": "https://access.redhat.com/errata/RHSA-2025:23948"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23948.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:48+00:00",
"generator": {
"date": "2026-01-22T22:38:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23948",
"initial_release_date": "2025-12-22T17:10:29+00:00",
"revision_history": [
{
"date": "2025-12-22T17:10:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-22T17:10:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:48+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. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-26.el8_10.src",
"product": {
"name": "grafana-0:9.2.10-26.el8_10.src",
"product_id": "grafana-0:9.2.10-26.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-26.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-26.el8_10.aarch64",
"product": {
"name": "grafana-0:9.2.10-26.el8_10.aarch64",
"product_id": "grafana-0:9.2.10-26.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-26.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-26.el8_10.aarch64",
"product": {
"name": "grafana-selinux-0:9.2.10-26.el8_10.aarch64",
"product_id": "grafana-selinux-0:9.2.10-26.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-26.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-26.el8_10.aarch64",
"product": {
"name": "grafana-debugsource-0:9.2.10-26.el8_10.aarch64",
"product_id": "grafana-debugsource-0:9.2.10-26.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-26.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-26.el8_10.aarch64",
"product": {
"name": "grafana-debuginfo-0:9.2.10-26.el8_10.aarch64",
"product_id": "grafana-debuginfo-0:9.2.10-26.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-26.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-26.el8_10.ppc64le",
"product": {
"name": "grafana-0:9.2.10-26.el8_10.ppc64le",
"product_id": "grafana-0:9.2.10-26.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-26.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-26.el8_10.ppc64le",
"product": {
"name": "grafana-selinux-0:9.2.10-26.el8_10.ppc64le",
"product_id": "grafana-selinux-0:9.2.10-26.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-26.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-26.el8_10.ppc64le",
"product": {
"name": "grafana-debugsource-0:9.2.10-26.el8_10.ppc64le",
"product_id": "grafana-debugsource-0:9.2.10-26.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-26.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-26.el8_10.ppc64le",
"product": {
"name": "grafana-debuginfo-0:9.2.10-26.el8_10.ppc64le",
"product_id": "grafana-debuginfo-0:9.2.10-26.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-26.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-26.el8_10.x86_64",
"product": {
"name": "grafana-0:9.2.10-26.el8_10.x86_64",
"product_id": "grafana-0:9.2.10-26.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-26.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-26.el8_10.x86_64",
"product": {
"name": "grafana-selinux-0:9.2.10-26.el8_10.x86_64",
"product_id": "grafana-selinux-0:9.2.10-26.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-26.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-26.el8_10.x86_64",
"product": {
"name": "grafana-debugsource-0:9.2.10-26.el8_10.x86_64",
"product_id": "grafana-debugsource-0:9.2.10-26.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-26.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-26.el8_10.x86_64",
"product": {
"name": "grafana-debuginfo-0:9.2.10-26.el8_10.x86_64",
"product_id": "grafana-debuginfo-0:9.2.10-26.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-26.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-26.el8_10.s390x",
"product": {
"name": "grafana-0:9.2.10-26.el8_10.s390x",
"product_id": "grafana-0:9.2.10-26.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-26.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-26.el8_10.s390x",
"product": {
"name": "grafana-selinux-0:9.2.10-26.el8_10.s390x",
"product_id": "grafana-selinux-0:9.2.10-26.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-26.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-26.el8_10.s390x",
"product": {
"name": "grafana-debugsource-0:9.2.10-26.el8_10.s390x",
"product_id": "grafana-debugsource-0:9.2.10-26.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-26.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-26.el8_10.s390x",
"product": {
"name": "grafana-debuginfo-0:9.2.10-26.el8_10.s390x",
"product_id": "grafana-debuginfo-0:9.2.10-26.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-26.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-26.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.aarch64"
},
"product_reference": "grafana-0:9.2.10-26.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-26.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.ppc64le"
},
"product_reference": "grafana-0:9.2.10-26.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-26.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.s390x"
},
"product_reference": "grafana-0:9.2.10-26.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-26.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.src"
},
"product_reference": "grafana-0:9.2.10-26.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-26.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.x86_64"
},
"product_reference": "grafana-0:9.2.10-26.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-26.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.aarch64"
},
"product_reference": "grafana-debuginfo-0:9.2.10-26.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-26.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.ppc64le"
},
"product_reference": "grafana-debuginfo-0:9.2.10-26.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-26.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.s390x"
},
"product_reference": "grafana-debuginfo-0:9.2.10-26.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-26.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.x86_64"
},
"product_reference": "grafana-debuginfo-0:9.2.10-26.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-26.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.aarch64"
},
"product_reference": "grafana-debugsource-0:9.2.10-26.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-26.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.ppc64le"
},
"product_reference": "grafana-debugsource-0:9.2.10-26.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-26.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.s390x"
},
"product_reference": "grafana-debugsource-0:9.2.10-26.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-26.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.x86_64"
},
"product_reference": "grafana-debugsource-0:9.2.10-26.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-26.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.aarch64"
},
"product_reference": "grafana-selinux-0:9.2.10-26.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-26.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.ppc64le"
},
"product_reference": "grafana-selinux-0:9.2.10-26.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-26.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.s390x"
},
"product_reference": "grafana-selinux-0:9.2.10-26.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-26.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.x86_64"
},
"product_reference": "grafana-selinux-0:9.2.10-26.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T17:10:29+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-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23948"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-26.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-26.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-26.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-26.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:1018
Vulnerability from csaf_redhat - Published: 2026-01-22 15:52 - Updated: 2026-01-23 08:45Notes
{
"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": "Important: Red Hat OpenShift GitOps v1.17.4 security update",
"title": "Topic"
},
{
"category": "general",
"text": "An update is now available for Red Hat OpenShift GitOps.\nBug Fix(es) and Enhancement(s):\n* GITOPS-8231 (CVE-2025-47913 openshift-gitops-1/argocd-agent-rhel8: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS [gitops-1.17])\n* GITOPS-8233 (CVE-2025-47913 openshift-gitops-1/argocd-rhel9: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS [gitops-1.17])\n* GITOPS-8078 (CVE-2025-58183 openshift-gitops-1/argocd-rhel8: Unbounded allocation when parsing GNU sparse map [gitops-1.17])\n* GITOPS-8081 (CVE-2025-58183 openshift-gitops-1/dex-rhel8: Unbounded allocation when parsing GNU sparse map [gitops-1.17])\n* GITOPS-7753 (CVE-2025-58754 openshift-gitops-1/argocd-extensions-rhel8: Axios DoS via lack of data size check [gitops-1.17])\n* GITOPS-8511 (CVE-2025-68156 openshift-gitops-1/argocd-rhel8: Expr: Denial of Service via uncontrolled recursion in expression evaluation [gitops-1.17])\n* GITOPS-8512 (CVE-2025-68156 openshift-gitops-1/argocd-rhel9: Expr: Denial of Service via uncontrolled recursion in expression evaluation [gitops-1.17])\n* GITOPS-7568 (ignoreDifferences setting is not honored for OAuthClient resource)\n* GITOPS-7992 (openshift-gitops-operator-metrics-monitor ServiceMonitor is attempting to use a bearerTokenFile configuration in its endpoints definition)\n* GITOPS-8225 (RC 1.19.0-2 : haproxy replica remains 1 with HA upgrade)\n* GITOPS-8411 (CVE-2025-55190 still blocking due to github.com/argoproj/argo-cd/v2@v2.14.11 in gitops-rhel8:v1.18.1)\n* GITOPS-8591 (Reciving TargetDown after upgrading GitOps )",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:1018",
"url": "https://access.redhat.com/errata/RHSA-2026:1018"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-55190",
"url": "https://access.redhat.com/security/cve/CVE-2025-55190"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68156",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.17/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.17/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1018.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift GitOps v1.17.4 security update",
"tracking": {
"current_release_date": "2026-01-23T08:45:05+00:00",
"generator": {
"date": "2026-01-23T08:45:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2026:1018",
"initial_release_date": "2026-01-22T15:52:24+00:00",
"revision_history": [
{
"date": "2026-01-22T15:52:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-23T04:51:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-23T08:45:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.17",
"product": {
"name": "Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.17::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift GitOps"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3Ac1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3Af5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3A8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3Af626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3Ab5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3Ad12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3A1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-operator-bundle@sha256%3A710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768828150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3Ae76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824197"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3A5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3Aa922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3A54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3Ac89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3Ac8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3Abc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824197"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3A04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3A309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3Acf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3A495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3Ae7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3Ac8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824197"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3A42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3A38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3A81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3A072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3A4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768825193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3Adab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1\u0026tag=1768824197"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T15:52:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1018"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-55190",
"cwe": {
"id": "CWE-522",
"name": "Insufficiently Protected Credentials"
},
"discovery_date": "2025-08-21T07:09:49.658000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2390026"
}
],
"notes": [
{
"category": "description",
"text": "Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. In versions 2.13.0 through 2.13.8, 2.14.0 through 2.14.15, 3.0.0 through 3.0.12 and 3.1.0-rc1 through 3.1.1, API tokens with project-level permissions are able to retrieve sensitive repository credentials (usernames, passwords) through the project details API endpoint, even when the token only has standard application management permissions and no explicit access to secrets. This vulnerability does not only affect project-level permissions. Any token with project get permissions is also vulnerable, including global permissions such as: `p, role/user, projects, get, *, allow`. This issue is fixed in versions 2.13.9, 2.14.16, 3.0.14 and 3.1.2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-cd: Project API Token Exposes Repository Credentials",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has Important impact as exploitation requires some privileges granted by the system. An attacker would either need the ability to create an API token (via having valid login credentials) or to have stolen an API token from a legitimate user. It does not grant full control over the system, attackers can only tamper with the project(s) associated with an API token.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-55190"
},
{
"category": "external",
"summary": "RHBZ#2390026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2390026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-55190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55190"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-55190",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55190"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-786q-9hcg-v9ff",
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-786q-9hcg-v9ff"
}
],
"release_date": "2025-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T15:52:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/argoproj/argo-cd: Project API Token Exposes Repository Credentials"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T15:52:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "Axios is a promise based HTTP client for the browser and Node.js. When Axios starting in version 0.28.0 and prior to versions 0.30.2 and 1.12.0 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: \u0027stream\u0027`. Versions 0.30.2 and 1.12.0 contain a patch for the issue.",
"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 OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T15:52:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"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 OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T15:52:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1018"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68156",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-16T19:01:42.049157+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2422891"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr, an expression language and expression evaluation for Go. This vulnerability allows a denial of service (DoS) via recursive traversal over user-provided deeply nested or cyclic data structures without enforcing a maximum recursion depth, leading to a stack overflow panic and application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products utilizing the `Expr` Go library because it can lead to a denial-of-service. Exploitation requires an application to evaluate expressions against untrusted or insufficiently validated data structures containing deeply nested or cyclic references, which can cause a stack overflow and application crash. Products that do not process untrusted input with `Expr` are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "RHBZ#2422891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/870",
"url": "https://github.com/expr-lang/expr/pull/870"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6"
}
],
"release_date": "2025-12-16T18:24:11.648000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T15:52:24+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1018"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications using the `Expr` library should ensure that evaluation environments do not contain cyclic references. Additionally, externally supplied data structures must be validated or sanitized before being passed to `Expr` for evaluation. As a last-resort defensive measure, expression evaluation can be wrapped with panic recovery to prevent a full process crash.",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:04a0309f1ea64b27a03d51ed435e3ba03b9b1c00f92ef1d136db7873be49bf6c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:42bcfb29916b6c0ed25625841c9dd483b1a36cd978c6815a2969a794417474b0_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:5cd9912e51ffea57bad97d8d725cd6210c0ba43d41d6a11c67b03d7e8807a1b4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c1061a246650fe9735d3c5b439fb81e859e5badcd69c4ea241204287e14ec802_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:309b422848a3c58a2f6716b2ae7891fae31a2bee824dddf2206d3ee4d9c0e3be_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:38252c3097bc6ac5971aff8ca9c9280a5569b8824a96034cddeff4a2feed9354_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:8a07b1dcc21b99093a21936da2959f4ff9dbe9b2a138609594ec1cbfab06d096_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a922ecfd9f8d0cbc42897871235789c5f60dfeef43487697152acd492da2ba52_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:221e413f5a21ae4a8eb3a92c88a0f901980fb022f43c5c9dd0b618cb8d94f12f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:6dbc097f05deedeb5a1242bcbbbd71a32f7280e60d65ba0773b36f83b98bcd31_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:752863bfda3f6021ffbb356696049b7983dec9556da06f2c5e653fa9244a2b25_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:95db3bb5baeea65a0304c1701ae7f84b9431fc1f13f7c18085abc82d5a7eace1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0afd39c2275c46025cee7518d62cc3a26441758f9315e864d25f8b78a5e464f4_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:1f93ea9508e4f1a9c54158d8fa6a0dc7babb65fcbd606c3474fd953fc80e95c9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:7bec6ba526ade9f626672e69d9b4a22df5a4d5d6b65a3d7fd681055968e85db8_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:f5b3f576f18c0687c5cb757d8c7420ca883033975b906cd2c6fabace582a7fdd_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:19ee8d67235801b83af21c52b92b0855e34f959700eb400d2db455a50b91f512_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2946fd417176936f3339cbbb3597d45f586357e68810d8449e716fb827f5debb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:8019ec0d2ecc069941d771369cd072c656532aa7bff4a15ba0f62e4d0545992e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:80f845196a254e186385aa8c0217bfd857a1832357bc309875b6b82a835eadee_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:54cf6dad43d830b530b6554c25f24b23be3bb51fc9436b20fc4c75fa03665b84_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:81f57cf09f298ba6436d9f3236d53210de456b8b1e54b565788b15b7a9d48411_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:cf87bc59b51519af1fb349291dc6e0e346c22db132ab8ed2b0efd49e2a1f9775_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f626986471cf481e3101377242474d3904439fa12ed45b9dd49cb1d369390c65_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:072fc7738b1bd7fdfacc99eafc7fe55dfa3ebfb79466f255401b821391667971_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:495cfc1e0b1112d6d534baacda0d5591b67af1123b7099a65514365226b8874d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:b5ef707dee8e0098612e5117b8e5baaebb959c75a0416624d727dd44106c401b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:c89915b32d7812867b049c754480667c6218738d81fceb7012a615928508d62d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:710f6fe3896177cae0d900643b7147d11410e5e58ee012e139fbeee308ee297b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:1fdc8378e3f67e274146571a566c49a99069964e167e7915fa078d508cedf388_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:4a9f42b315becd846787de8798c2bb85d3a2bf607dacd85a18976fa16c00302d_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc068cd4d0d2a6c9bae530b3343cfc31ff19e109b70021ef260bb87548a9c1b9_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c8cca109f73568bd4331ecab567ba39a5d016bfd249bc6e62c79eb903df7f77d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:809292e8911468c8b463736793bc42adb6e9d886d7a3a3452706668091f22b20_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c8c274929641a8ddcbd8045daee04d1cc4f361acd4e9891b43718acef88ea842_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d12e12f7aa0f40272033174000422448695ccaa5f5331624144be0506e3f2475_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:e7a5ca5641b9c72d42b39b087a9277183a2767e326914ea0441ce5904a77b44f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3a7697e1f5e899b15e86d98c813857a5513055dbb8202f082ebcd1c1e91e7e2c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8d10a7ccbb3ef67f3f5ad3f4dd77927a6ab15b7bdb78cf821ee764f967adcdc2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:dab0ffcf048536d127483cce2042665a687086d72ce420ecca6dba3e3787f339_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:e76acb4eff779bd17f575e3535cf8be658205fe1e7bc14c67a4f26110c4f8c5f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation"
}
]
}
RHSA-2026:0426
Vulnerability from csaf_redhat - Published: 2026-01-12 03:32 - Updated: 2026-01-22 22:40Notes
{
"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 buildah 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 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 buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* runc: container escape and denial of service due to arbitrary write gadgets and procfs write redirects (CVE-2025-52881)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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-2026:0426",
"url": "https://access.redhat.com/errata/RHSA-2026:0426"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0426.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-01-22T22:40:01+00:00",
"generator": {
"date": "2026-01-22T22:40:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0426",
"initial_release_date": "2026-01-12T03:32:03+00:00",
"revision_history": [
{
"date": "2026-01-12T03:32:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-12T03:32:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:40: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": "buildah-2:1.33.13-2.el9_4.1.src",
"product": {
"name": "buildah-2:1.33.13-2.el9_4.1.src",
"product_id": "buildah-2:1.33.13-2.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-2.el9_4.1?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.13-2.el9_4.1.aarch64",
"product": {
"name": "buildah-2:1.33.13-2.el9_4.1.aarch64",
"product_id": "buildah-2:1.33.13-2.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-2.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.13-2.el9_4.1.aarch64",
"product": {
"name": "buildah-tests-2:1.33.13-2.el9_4.1.aarch64",
"product_id": "buildah-tests-2:1.33.13-2.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.13-2.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64",
"product": {
"name": "buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64",
"product_id": "buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.13-2.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"product_id": "buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.13-2.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.13-2.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.13-2.el9_4.1.ppc64le",
"product": {
"name": "buildah-2:1.33.13-2.el9_4.1.ppc64le",
"product_id": "buildah-2:1.33.13-2.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-2.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.13-2.el9_4.1.ppc64le",
"product": {
"name": "buildah-tests-2:1.33.13-2.el9_4.1.ppc64le",
"product_id": "buildah-tests-2:1.33.13-2.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.13-2.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le",
"product_id": "buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.13-2.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"product_id": "buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.13-2.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.13-2.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.13-2.el9_4.1.x86_64",
"product": {
"name": "buildah-2:1.33.13-2.el9_4.1.x86_64",
"product_id": "buildah-2:1.33.13-2.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-2.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.13-2.el9_4.1.x86_64",
"product": {
"name": "buildah-tests-2:1.33.13-2.el9_4.1.x86_64",
"product_id": "buildah-tests-2:1.33.13-2.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.13-2.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64",
"product": {
"name": "buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64",
"product_id": "buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.13-2.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"product_id": "buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.13-2.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.13-2.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.13-2.el9_4.1.s390x",
"product": {
"name": "buildah-2:1.33.13-2.el9_4.1.s390x",
"product_id": "buildah-2:1.33.13-2.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-2.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.13-2.el9_4.1.s390x",
"product": {
"name": "buildah-tests-2:1.33.13-2.el9_4.1.s390x",
"product_id": "buildah-tests-2:1.33.13-2.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.13-2.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.13-2.el9_4.1.s390x",
"product": {
"name": "buildah-debugsource-2:1.33.13-2.el9_4.1.s390x",
"product_id": "buildah-debugsource-2:1.33.13-2.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.13-2.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"product": {
"name": "buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"product_id": "buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.13-2.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"product_id": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.13-2.el9_4.1?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.13-2.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.aarch64"
},
"product_reference": "buildah-2:1.33.13-2.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.13-2.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.ppc64le"
},
"product_reference": "buildah-2:1.33.13-2.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.13-2.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.s390x"
},
"product_reference": "buildah-2:1.33.13-2.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.13-2.el9_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.src"
},
"product_reference": "buildah-2:1.33.13-2.el9_4.1.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.13-2.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.x86_64"
},
"product_reference": "buildah-2:1.33.13-2.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x"
},
"product_reference": "buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64"
},
"product_reference": "buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.13-2.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.s390x"
},
"product_reference": "buildah-debugsource-2:1.33.13-2.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64"
},
"product_reference": "buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.13-2.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.aarch64"
},
"product_reference": "buildah-tests-2:1.33.13-2.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.13-2.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.ppc64le"
},
"product_reference": "buildah-tests-2:1.33.13-2.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.13-2.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.s390x"
},
"product_reference": "buildah-tests-2:1.33.13-2.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.13-2.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.x86_64"
},
"product_reference": "buildah-tests-2:1.33.13-2.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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:buildah-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T03:32:03+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:buildah-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0426"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T03:32:03+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:buildah-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0426"
},
{
"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": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-2.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-2.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23001
Vulnerability from csaf_redhat - Published: 2025-12-10 00:36 - Updated: 2026-01-22 22:38Notes
{
"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 grafana is now available for Red Hat Enterprise Linux 10.0 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": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23001",
"url": "https://access.redhat.com/errata/RHSA-2025:23001"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23001.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:31+00:00",
"generator": {
"date": "2026-01-22T22:38:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23001",
"initial_release_date": "2025-12-10T00:36:02+00:00",
"revision_history": [
{
"date": "2025-12-10T00:36:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-10T00:36:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:31+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. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-19.el10_0.src",
"product": {
"name": "grafana-0:10.2.6-19.el10_0.src",
"product_id": "grafana-0:10.2.6-19.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-19.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-19.el10_0.aarch64",
"product": {
"name": "grafana-0:10.2.6-19.el10_0.aarch64",
"product_id": "grafana-0:10.2.6-19.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-19.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-19.el10_0.aarch64",
"product": {
"name": "grafana-selinux-0:10.2.6-19.el10_0.aarch64",
"product_id": "grafana-selinux-0:10.2.6-19.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-19.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-19.el10_0.aarch64",
"product": {
"name": "grafana-debugsource-0:10.2.6-19.el10_0.aarch64",
"product_id": "grafana-debugsource-0:10.2.6-19.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-19.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-19.el10_0.aarch64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-19.el10_0.aarch64",
"product_id": "grafana-debuginfo-0:10.2.6-19.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-19.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-19.el10_0.ppc64le",
"product": {
"name": "grafana-0:10.2.6-19.el10_0.ppc64le",
"product_id": "grafana-0:10.2.6-19.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-19.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-19.el10_0.ppc64le",
"product": {
"name": "grafana-selinux-0:10.2.6-19.el10_0.ppc64le",
"product_id": "grafana-selinux-0:10.2.6-19.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-19.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-19.el10_0.ppc64le",
"product": {
"name": "grafana-debugsource-0:10.2.6-19.el10_0.ppc64le",
"product_id": "grafana-debugsource-0:10.2.6-19.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-19.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-19.el10_0.ppc64le",
"product": {
"name": "grafana-debuginfo-0:10.2.6-19.el10_0.ppc64le",
"product_id": "grafana-debuginfo-0:10.2.6-19.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-19.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-19.el10_0.s390x",
"product": {
"name": "grafana-0:10.2.6-19.el10_0.s390x",
"product_id": "grafana-0:10.2.6-19.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-19.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-19.el10_0.s390x",
"product": {
"name": "grafana-selinux-0:10.2.6-19.el10_0.s390x",
"product_id": "grafana-selinux-0:10.2.6-19.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-19.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-19.el10_0.s390x",
"product": {
"name": "grafana-debugsource-0:10.2.6-19.el10_0.s390x",
"product_id": "grafana-debugsource-0:10.2.6-19.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-19.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-19.el10_0.s390x",
"product": {
"name": "grafana-debuginfo-0:10.2.6-19.el10_0.s390x",
"product_id": "grafana-debuginfo-0:10.2.6-19.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-19.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-19.el10_0.x86_64",
"product": {
"name": "grafana-0:10.2.6-19.el10_0.x86_64",
"product_id": "grafana-0:10.2.6-19.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-19.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-19.el10_0.x86_64",
"product": {
"name": "grafana-selinux-0:10.2.6-19.el10_0.x86_64",
"product_id": "grafana-selinux-0:10.2.6-19.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-19.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-19.el10_0.x86_64",
"product": {
"name": "grafana-debugsource-0:10.2.6-19.el10_0.x86_64",
"product_id": "grafana-debugsource-0:10.2.6-19.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-19.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-19.el10_0.x86_64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-19.el10_0.x86_64",
"product_id": "grafana-debuginfo-0:10.2.6-19.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-19.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-19.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.aarch64"
},
"product_reference": "grafana-0:10.2.6-19.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-19.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.ppc64le"
},
"product_reference": "grafana-0:10.2.6-19.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-19.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.s390x"
},
"product_reference": "grafana-0:10.2.6-19.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-19.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.src"
},
"product_reference": "grafana-0:10.2.6-19.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-19.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.x86_64"
},
"product_reference": "grafana-0:10.2.6-19.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-19.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.aarch64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-19.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-19.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.ppc64le"
},
"product_reference": "grafana-debuginfo-0:10.2.6-19.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-19.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.s390x"
},
"product_reference": "grafana-debuginfo-0:10.2.6-19.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-19.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.x86_64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-19.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-19.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.aarch64"
},
"product_reference": "grafana-debugsource-0:10.2.6-19.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-19.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.ppc64le"
},
"product_reference": "grafana-debugsource-0:10.2.6-19.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-19.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.s390x"
},
"product_reference": "grafana-debugsource-0:10.2.6-19.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-19.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.x86_64"
},
"product_reference": "grafana-debugsource-0:10.2.6-19.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-19.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.aarch64"
},
"product_reference": "grafana-selinux-0:10.2.6-19.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-19.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.ppc64le"
},
"product_reference": "grafana-selinux-0:10.2.6-19.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-19.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.s390x"
},
"product_reference": "grafana-selinux-0:10.2.6-19.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-19.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.x86_64"
},
"product_reference": "grafana-selinux-0:10.2.6-19.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-10T00:36:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23001"
},
{
"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": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-19.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-19.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-19.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-19.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22181
Vulnerability from csaf_redhat - Published: 2025-11-26 15:05 - Updated: 2026-01-22 22:38Notes
{
"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* os/exec: Unexpected paths returned from LookPath in os/exec (CVE-2025-47906)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:22181",
"url": "https://access.redhat.com/errata/RHSA-2025:22181"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22181.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:25+00:00",
"generator": {
"date": "2026-01-22T22:38:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:22181",
"initial_release_date": "2025-11-26T15:05:54+00:00",
"revision_history": [
{
"date": "2025-11-26T15:05:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-26T15:05:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:25+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-20.el9_2.src",
"product": {
"name": "golang-0:1.19.13-20.el9_2.src",
"product_id": "golang-0:1.19.13-20.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-20.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-20.el9_2.aarch64",
"product": {
"name": "golang-0:1.19.13-20.el9_2.aarch64",
"product_id": "golang-0:1.19.13-20.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-20.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-20.el9_2.aarch64",
"product": {
"name": "golang-bin-0:1.19.13-20.el9_2.aarch64",
"product_id": "golang-bin-0:1.19.13-20.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-20.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-20.el9_2.ppc64le",
"product": {
"name": "golang-0:1.19.13-20.el9_2.ppc64le",
"product_id": "golang-0:1.19.13-20.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-20.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-20.el9_2.ppc64le",
"product": {
"name": "golang-bin-0:1.19.13-20.el9_2.ppc64le",
"product_id": "golang-bin-0:1.19.13-20.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-20.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-20.el9_2.x86_64",
"product": {
"name": "golang-0:1.19.13-20.el9_2.x86_64",
"product_id": "golang-0:1.19.13-20.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-20.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-20.el9_2.x86_64",
"product": {
"name": "golang-bin-0:1.19.13-20.el9_2.x86_64",
"product_id": "golang-bin-0:1.19.13-20.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-20.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.19.13-20.el9_2.x86_64",
"product": {
"name": "golang-race-0:1.19.13-20.el9_2.x86_64",
"product_id": "golang-race-0:1.19.13-20.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.19.13-20.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-20.el9_2.s390x",
"product": {
"name": "golang-0:1.19.13-20.el9_2.s390x",
"product_id": "golang-0:1.19.13-20.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-20.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-20.el9_2.s390x",
"product": {
"name": "golang-bin-0:1.19.13-20.el9_2.s390x",
"product_id": "golang-bin-0:1.19.13-20.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-20.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.19.13-20.el9_2.noarch",
"product": {
"name": "golang-docs-0:1.19.13-20.el9_2.noarch",
"product_id": "golang-docs-0:1.19.13-20.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.19.13-20.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.19.13-20.el9_2.noarch",
"product": {
"name": "golang-misc-0:1.19.13-20.el9_2.noarch",
"product_id": "golang-misc-0:1.19.13-20.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.19.13-20.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.19.13-20.el9_2.noarch",
"product": {
"name": "golang-src-0:1.19.13-20.el9_2.noarch",
"product_id": "golang-src-0:1.19.13-20.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.19.13-20.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.19.13-20.el9_2.noarch",
"product": {
"name": "golang-tests-0:1.19.13-20.el9_2.noarch",
"product_id": "golang-tests-0:1.19.13-20.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.19.13-20.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-20.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-20.el9_2.aarch64"
},
"product_reference": "golang-0:1.19.13-20.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-20.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-20.el9_2.ppc64le"
},
"product_reference": "golang-0:1.19.13-20.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-20.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-20.el9_2.s390x"
},
"product_reference": "golang-0:1.19.13-20.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-20.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-20.el9_2.src"
},
"product_reference": "golang-0:1.19.13-20.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-20.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-20.el9_2.x86_64"
},
"product_reference": "golang-0:1.19.13-20.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-20.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-20.el9_2.aarch64"
},
"product_reference": "golang-bin-0:1.19.13-20.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-20.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-20.el9_2.ppc64le"
},
"product_reference": "golang-bin-0:1.19.13-20.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-20.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-20.el9_2.s390x"
},
"product_reference": "golang-bin-0:1.19.13-20.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-20.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-20.el9_2.x86_64"
},
"product_reference": "golang-bin-0:1.19.13-20.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-20.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-20.el9_2.noarch"
},
"product_reference": "golang-docs-0:1.19.13-20.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-20.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-20.el9_2.noarch"
},
"product_reference": "golang-misc-0:1.19.13-20.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-20.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-20.el9_2.x86_64"
},
"product_reference": "golang-race-0:1.19.13-20.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-20.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-20.el9_2.noarch"
},
"product_reference": "golang-src-0:1.19.13-20.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-20.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-20.el9_2.noarch"
},
"product_reference": "golang-tests-0:1.19.13-20.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"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-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-26T15:05:54+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-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22181"
},
{
"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": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-26T15:05:54+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-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22181"
},
{
"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": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:21779
Vulnerability from csaf_redhat - Published: 2025-11-20 00:22 - Updated: 2026-01-22 22:38Notes
{
"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 10.0 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* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:21779",
"url": "https://access.redhat.com/errata/RHSA-2025:21779"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21779.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:20+00:00",
"generator": {
"date": "2026-01-22T22:38:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:21779",
"initial_release_date": "2025-11-20T00:22:25+00:00",
"revision_history": [
{
"date": "2025-11-20T00:22:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-20T00:22:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:20+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. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el10_0.aarch64",
"product": {
"name": "go-toolset-0:1.25.3-1.el10_0.aarch64",
"product_id": "go-toolset-0:1.25.3-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_0.aarch64",
"product": {
"name": "golang-0:1.25.3-1.el10_0.aarch64",
"product_id": "golang-0:1.25.3-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el10_0.aarch64",
"product": {
"name": "golang-bin-0:1.25.3-1.el10_0.aarch64",
"product_id": "golang-bin-0:1.25.3-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el10_0.aarch64",
"product": {
"name": "golang-race-0:1.25.3-1.el10_0.aarch64",
"product_id": "golang-race-0:1.25.3-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el10_0.aarch64",
"product": {
"name": "delve-0:1.25.2-1.el10_0.aarch64",
"product_id": "delve-0:1.25.2-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el10_0.aarch64",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el10_0.aarch64",
"product_id": "delve-debugsource-0:1.25.2-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el10_0.aarch64",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el10_0.aarch64",
"product_id": "delve-debuginfo-0:1.25.2-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el10_0.ppc64le",
"product": {
"name": "go-toolset-0:1.25.3-1.el10_0.ppc64le",
"product_id": "go-toolset-0:1.25.3-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_0.ppc64le",
"product": {
"name": "golang-0:1.25.3-1.el10_0.ppc64le",
"product_id": "golang-0:1.25.3-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el10_0.ppc64le",
"product": {
"name": "golang-bin-0:1.25.3-1.el10_0.ppc64le",
"product_id": "golang-bin-0:1.25.3-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el10_0.ppc64le",
"product": {
"name": "golang-race-0:1.25.3-1.el10_0.ppc64le",
"product_id": "golang-race-0:1.25.3-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el10_0.ppc64le",
"product": {
"name": "delve-0:1.25.2-1.el10_0.ppc64le",
"product_id": "delve-0:1.25.2-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el10_0.ppc64le",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el10_0.ppc64le",
"product_id": "delve-debugsource-0:1.25.2-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el10_0.ppc64le",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el10_0.ppc64le",
"product_id": "delve-debuginfo-0:1.25.2-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el10_0.x86_64",
"product": {
"name": "go-toolset-0:1.25.3-1.el10_0.x86_64",
"product_id": "go-toolset-0:1.25.3-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_0.x86_64",
"product": {
"name": "golang-0:1.25.3-1.el10_0.x86_64",
"product_id": "golang-0:1.25.3-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el10_0.x86_64",
"product": {
"name": "golang-bin-0:1.25.3-1.el10_0.x86_64",
"product_id": "golang-bin-0:1.25.3-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el10_0.x86_64",
"product": {
"name": "golang-race-0:1.25.3-1.el10_0.x86_64",
"product_id": "golang-race-0:1.25.3-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el10_0.x86_64",
"product": {
"name": "delve-0:1.25.2-1.el10_0.x86_64",
"product_id": "delve-0:1.25.2-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el10_0.x86_64",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el10_0.x86_64",
"product_id": "delve-debugsource-0:1.25.2-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el10_0.x86_64",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el10_0.x86_64",
"product_id": "delve-debuginfo-0:1.25.2-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el10_0.s390x",
"product": {
"name": "go-toolset-0:1.25.3-1.el10_0.s390x",
"product_id": "go-toolset-0:1.25.3-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_0.s390x",
"product": {
"name": "golang-0:1.25.3-1.el10_0.s390x",
"product_id": "golang-0:1.25.3-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el10_0.s390x",
"product": {
"name": "golang-bin-0:1.25.3-1.el10_0.s390x",
"product_id": "golang-bin-0:1.25.3-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el10_0.s390x",
"product": {
"name": "golang-race-0:1.25.3-1.el10_0.s390x",
"product_id": "golang-race-0:1.25.3-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_0.src",
"product": {
"name": "golang-0:1.25.3-1.el10_0.src",
"product_id": "golang-0:1.25.3-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_0?arch=src"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el10_0.src",
"product": {
"name": "delve-0:1.25.2-1.el10_0.src",
"product_id": "delve-0:1.25.2-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.25.3-1.el10_0.noarch",
"product": {
"name": "golang-docs-0:1.25.3-1.el10_0.noarch",
"product_id": "golang-docs-0:1.25.3-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.25.3-1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.25.3-1.el10_0.noarch",
"product": {
"name": "golang-misc-0:1.25.3-1.el10_0.noarch",
"product_id": "golang-misc-0:1.25.3-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.25.3-1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.25.3-1.el10_0.noarch",
"product": {
"name": "golang-src-0:1.25.3-1.el10_0.noarch",
"product_id": "golang-src-0:1.25.3-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.25.3-1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.25.3-1.el10_0.noarch",
"product": {
"name": "golang-tests-0:1.25.3-1.el10_0.noarch",
"product_id": "golang-tests-0:1.25.3-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.25.3-1.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.aarch64"
},
"product_reference": "delve-0:1.25.2-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.ppc64le"
},
"product_reference": "delve-0:1.25.2-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.src"
},
"product_reference": "delve-0:1.25.2-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.x86_64"
},
"product_reference": "delve-0:1.25.2-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.aarch64"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.ppc64le"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.x86_64"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.aarch64"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.ppc64le"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.x86_64"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.aarch64"
},
"product_reference": "go-toolset-0:1.25.3-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.ppc64le"
},
"product_reference": "go-toolset-0:1.25.3-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.s390x"
},
"product_reference": "go-toolset-0:1.25.3-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.x86_64"
},
"product_reference": "go-toolset-0:1.25.3-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.aarch64"
},
"product_reference": "golang-0:1.25.3-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.ppc64le"
},
"product_reference": "golang-0:1.25.3-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.s390x"
},
"product_reference": "golang-0:1.25.3-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.src"
},
"product_reference": "golang-0:1.25.3-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.x86_64"
},
"product_reference": "golang-0:1.25.3-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.aarch64"
},
"product_reference": "golang-bin-0:1.25.3-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.ppc64le"
},
"product_reference": "golang-bin-0:1.25.3-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.s390x"
},
"product_reference": "golang-bin-0:1.25.3-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.x86_64"
},
"product_reference": "golang-bin-0:1.25.3-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.25.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-docs-0:1.25.3-1.el10_0.noarch"
},
"product_reference": "golang-docs-0:1.25.3-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.25.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-misc-0:1.25.3-1.el10_0.noarch"
},
"product_reference": "golang-misc-0:1.25.3-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.aarch64"
},
"product_reference": "golang-race-0:1.25.3-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.ppc64le"
},
"product_reference": "golang-race-0:1.25.3-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.s390x"
},
"product_reference": "golang-race-0:1.25.3-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.x86_64"
},
"product_reference": "golang-race-0:1.25.3-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.25.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-src-0:1.25.3-1.el10_0.noarch"
},
"product_reference": "golang-src-0:1.25.3-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.25.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-tests-0:1.25.3-1.el10_0.noarch"
},
"product_reference": "golang-tests-0:1.25.3-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.src",
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.3-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.3-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.3-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.3-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-20T00:22:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.src",
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.3-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.3-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.3-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.3-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21779"
},
{
"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": [
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.src",
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.3-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.3-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.3-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.3-1.el10_0.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.src",
"AppStream-10.0.Z.E2S:delve-0:1.25.2-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:delve-debuginfo-0:1.25.2-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:delve-debugsource-0:1.25.2-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.3-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.3-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.3-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.3-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.3-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0424
Vulnerability from csaf_redhat - Published: 2026-01-12 02:26 - Updated: 2026-01-22 22:39Notes
{
"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.4 Extended Update Support.\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* runc: container escape and denial of service due to arbitrary write gadgets and procfs write redirects (CVE-2025-52881)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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-2026:0424",
"url": "https://access.redhat.com/errata/RHSA-2026:0424"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "RHEL-132854",
"url": "https://issues.redhat.com/browse/RHEL-132854"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0424.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-01-22T22:39:59+00:00",
"generator": {
"date": "2026-01-22T22:39:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0424",
"initial_release_date": "2026-01-12T02:26:08+00:00",
"revision_history": [
{
"date": "2026-01-12T02:26:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-12T02:26:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:39:59+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-19.el9_4.5.src",
"product": {
"name": "podman-4:4.9.4-19.el9_4.5.src",
"product_id": "podman-4:4.9.4-19.el9_4.5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-19.el9_4.5?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-19.el9_4.5.aarch64",
"product": {
"name": "podman-4:4.9.4-19.el9_4.5.aarch64",
"product_id": "podman-4:4.9.4-19.el9_4.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-19.el9_4.5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-19.el9_4.5.aarch64",
"product": {
"name": "podman-plugins-4:4.9.4-19.el9_4.5.aarch64",
"product_id": "podman-plugins-4:4.9.4-19.el9_4.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-19.el9_4.5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-19.el9_4.5.aarch64",
"product": {
"name": "podman-remote-4:4.9.4-19.el9_4.5.aarch64",
"product_id": "podman-remote-4:4.9.4-19.el9_4.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-19.el9_4.5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-19.el9_4.5.aarch64",
"product": {
"name": "podman-tests-4:4.9.4-19.el9_4.5.aarch64",
"product_id": "podman-tests-4:4.9.4-19.el9_4.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-19.el9_4.5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-19.el9_4.5.aarch64",
"product": {
"name": "podman-debugsource-4:4.9.4-19.el9_4.5.aarch64",
"product_id": "podman-debugsource-4:4.9.4-19.el9_4.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-19.el9_4.5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"product": {
"name": "podman-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"product_id": "podman-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-19.el9_4.5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-19.el9_4.5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"product_id": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-19.el9_4.5?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-19.el9_4.5.ppc64le",
"product": {
"name": "podman-4:4.9.4-19.el9_4.5.ppc64le",
"product_id": "podman-4:4.9.4-19.el9_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-19.el9_4.5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-19.el9_4.5.ppc64le",
"product": {
"name": "podman-plugins-4:4.9.4-19.el9_4.5.ppc64le",
"product_id": "podman-plugins-4:4.9.4-19.el9_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-19.el9_4.5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-19.el9_4.5.ppc64le",
"product": {
"name": "podman-remote-4:4.9.4-19.el9_4.5.ppc64le",
"product_id": "podman-remote-4:4.9.4-19.el9_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-19.el9_4.5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-19.el9_4.5.ppc64le",
"product": {
"name": "podman-tests-4:4.9.4-19.el9_4.5.ppc64le",
"product_id": "podman-tests-4:4.9.4-19.el9_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-19.el9_4.5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-19.el9_4.5.ppc64le",
"product": {
"name": "podman-debugsource-4:4.9.4-19.el9_4.5.ppc64le",
"product_id": "podman-debugsource-4:4.9.4-19.el9_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-19.el9_4.5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"product": {
"name": "podman-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"product_id": "podman-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-19.el9_4.5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"product_id": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-19.el9_4.5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"product_id": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-19.el9_4.5?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-19.el9_4.5.x86_64",
"product": {
"name": "podman-4:4.9.4-19.el9_4.5.x86_64",
"product_id": "podman-4:4.9.4-19.el9_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-19.el9_4.5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-19.el9_4.5.x86_64",
"product": {
"name": "podman-plugins-4:4.9.4-19.el9_4.5.x86_64",
"product_id": "podman-plugins-4:4.9.4-19.el9_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-19.el9_4.5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-19.el9_4.5.x86_64",
"product": {
"name": "podman-remote-4:4.9.4-19.el9_4.5.x86_64",
"product_id": "podman-remote-4:4.9.4-19.el9_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-19.el9_4.5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-19.el9_4.5.x86_64",
"product": {
"name": "podman-tests-4:4.9.4-19.el9_4.5.x86_64",
"product_id": "podman-tests-4:4.9.4-19.el9_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-19.el9_4.5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-19.el9_4.5.x86_64",
"product": {
"name": "podman-debugsource-4:4.9.4-19.el9_4.5.x86_64",
"product_id": "podman-debugsource-4:4.9.4-19.el9_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-19.el9_4.5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"product": {
"name": "podman-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"product_id": "podman-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-19.el9_4.5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-19.el9_4.5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"product_id": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-19.el9_4.5?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-19.el9_4.5.s390x",
"product": {
"name": "podman-4:4.9.4-19.el9_4.5.s390x",
"product_id": "podman-4:4.9.4-19.el9_4.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-19.el9_4.5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-19.el9_4.5.s390x",
"product": {
"name": "podman-plugins-4:4.9.4-19.el9_4.5.s390x",
"product_id": "podman-plugins-4:4.9.4-19.el9_4.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-19.el9_4.5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-19.el9_4.5.s390x",
"product": {
"name": "podman-remote-4:4.9.4-19.el9_4.5.s390x",
"product_id": "podman-remote-4:4.9.4-19.el9_4.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-19.el9_4.5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-19.el9_4.5.s390x",
"product": {
"name": "podman-tests-4:4.9.4-19.el9_4.5.s390x",
"product_id": "podman-tests-4:4.9.4-19.el9_4.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-19.el9_4.5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-19.el9_4.5.s390x",
"product": {
"name": "podman-debugsource-4:4.9.4-19.el9_4.5.s390x",
"product_id": "podman-debugsource-4:4.9.4-19.el9_4.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-19.el9_4.5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"product": {
"name": "podman-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"product_id": "podman-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-19.el9_4.5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"product_id": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-19.el9_4.5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"product_id": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-19.el9_4.5?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-19.el9_4.5.noarch",
"product": {
"name": "podman-docker-4:4.9.4-19.el9_4.5.noarch",
"product_id": "podman-docker-4:4.9.4-19.el9_4.5.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-19.el9_4.5?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-19.el9_4.5.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-19.el9_4.5.aarch64"
},
"product_reference": "podman-4:4.9.4-19.el9_4.5.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-19.el9_4.5.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-19.el9_4.5.ppc64le"
},
"product_reference": "podman-4:4.9.4-19.el9_4.5.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-19.el9_4.5.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-19.el9_4.5.s390x"
},
"product_reference": "podman-4:4.9.4-19.el9_4.5.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-19.el9_4.5.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-19.el9_4.5.src"
},
"product_reference": "podman-4:4.9.4-19.el9_4.5.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-19.el9_4.5.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-19.el9_4.5.x86_64"
},
"product_reference": "podman-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.aarch64"
},
"product_reference": "podman-debuginfo-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.ppc64le"
},
"product_reference": "podman-debuginfo-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.s390x"
},
"product_reference": "podman-debuginfo-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.x86_64"
},
"product_reference": "podman-debuginfo-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.aarch64"
},
"product_reference": "podman-debugsource-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.ppc64le"
},
"product_reference": "podman-debugsource-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.s390x"
},
"product_reference": "podman-debugsource-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.x86_64"
},
"product_reference": "podman-debugsource-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.noarch"
},
"product_reference": "podman-docker-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.aarch64"
},
"product_reference": "podman-plugins-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.ppc64le"
},
"product_reference": "podman-plugins-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.s390x"
},
"product_reference": "podman-plugins-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.x86_64"
},
"product_reference": "podman-plugins-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.aarch64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.s390x"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.x86_64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.aarch64"
},
"product_reference": "podman-remote-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.ppc64le"
},
"product_reference": "podman-remote-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.s390x"
},
"product_reference": "podman-remote-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.x86_64"
},
"product_reference": "podman-remote-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.aarch64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.ppc64le"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.s390x"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.x86_64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.aarch64"
},
"product_reference": "podman-tests-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.ppc64le"
},
"product_reference": "podman-tests-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.s390x"
},
"product_reference": "podman-tests-4:4.9.4-19.el9_4.5.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-19.el9_4.5.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-19.el9_4.5.x86_64"
},
"product_reference": "podman-tests-4:4.9.4-19.el9_4.5.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-19.el9_4.5.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T02:26: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.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-19.el9_4.5.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0424"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-19.el9_4.5.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-19.el9_4.5.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-19.el9_4.5.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T02:26: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.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-19.el9_4.5.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0424"
},
{
"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": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-19.el9_4.5.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-19.el9_4.5.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-19.el9_4.5.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-19.el9_4.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0527
Vulnerability from csaf_redhat - Published: 2026-01-13 16:52 - Updated: 2026-01-22 22:40Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "VolSync v0.14 General Availability release images, which provide enhancements, security fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "VolSync v0.14 is a Kubernetes operator that enables asynchronous\nreplication of persistent volumes within a cluster, or across clusters. After\ndeploying the VolSync operator, it can create and maintain copies of your\npersistent data.\n\nFor more information about VolSync, see:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/business_continuity/business-cont-overview#volsync\n\nor the VolSync open source community website at: https://volsync.readthedocs.io/en/stable/.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:0527",
"url": "https://access.redhat.com/errata/RHSA-2026:0527"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0527.json"
}
],
"title": "Red Hat Security Advisory: VolSync v0.14 security fixes and container updates",
"tracking": {
"current_release_date": "2026-01-22T22:40:02+00:00",
"generator": {
"date": "2026-01-22T22:40:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0527",
"initial_release_date": "2026-01-13T16:52:50+00:00",
"revision_history": [
{
"date": "2026-01-13T16:52:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-13T16:52:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:40: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.15",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.15",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.15::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3A1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767718573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64",
"product_id": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-operator-bundle@sha256%3Adada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767723076"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3Aa90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767718573"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3A21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767718573"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3A087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767718573"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-13T16:52:50+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0527"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-13T16:52:50+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0527"
},
{
"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.15:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dada417982350c8f5b0ea5285d5568ac2ca23cba871de64fa80c9d2af43de48c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:087a7ad5462d1867c1b1fb18c3f20c8a3864aaa1bc5bc0a227efb6c862c9f851_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:1e398c39bc39c754de8998eebc1f79127af95f5978cbe9c26034a95d10feb6df_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:21a637e366f145dfc0f8ab1ed2e7bda009e0403561502d54f18ef3257392777c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.15:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a90157ccc6fafba463ccc0b4dc7ec9911909152dbe7efed9d794da65ccc76050_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0244
Vulnerability from csaf_redhat - Published: 2026-01-07 14:38 - Updated: 2026-01-22 22:39Notes
{
"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 grafana is now available for Red Hat Enterprise Linux 8.2 Advanced 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": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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-2026:0244",
"url": "https://access.redhat.com/errata/RHSA-2026:0244"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0244.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-01-22T22:39:56+00:00",
"generator": {
"date": "2026-01-22T22:39:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0244",
"initial_release_date": "2026-01-07T14:38:56+00:00",
"revision_history": [
{
"date": "2026-01-07T14:38:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-07T14:38:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:39:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:6.3.6-9.el8_2.src",
"product": {
"name": "grafana-0:6.3.6-9.el8_2.src",
"product_id": "grafana-0:6.3.6-9.el8_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@6.3.6-9.el8_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@6.3.6-9.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-azure-monitor-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-azure-monitor-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-azure-monitor-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-azure-monitor@6.3.6-9.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-cloudwatch-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-cloudwatch-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-cloudwatch-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-cloudwatch@6.3.6-9.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-elasticsearch-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-elasticsearch-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-elasticsearch-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-elasticsearch@6.3.6-9.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-graphite-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-graphite-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-graphite-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-graphite@6.3.6-9.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-influxdb-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-influxdb-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-influxdb-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-influxdb@6.3.6-9.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-loki-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-loki-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-loki-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-loki@6.3.6-9.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-mssql-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-mssql-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-mssql-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-mssql@6.3.6-9.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-mysql-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-mysql-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-mysql-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-mysql@6.3.6-9.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-opentsdb-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-opentsdb-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-opentsdb-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-opentsdb@6.3.6-9.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-postgres-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-postgres-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-postgres-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-postgres@6.3.6-9.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-prometheus-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-prometheus-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-prometheus-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-prometheus@6.3.6-9.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-stackdriver-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-stackdriver-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-stackdriver-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-stackdriver@6.3.6-9.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:6.3.6-9.el8_2.x86_64",
"product": {
"name": "grafana-debuginfo-0:6.3.6-9.el8_2.x86_64",
"product_id": "grafana-debuginfo-0:6.3.6-9.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@6.3.6-9.el8_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:6.3.6-9.el8_2.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-0:6.3.6-9.el8_2.src"
},
"product_reference": "grafana-0:6.3.6-9.el8_2.src",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-azure-monitor-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-azure-monitor-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-azure-monitor-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-cloudwatch-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-cloudwatch-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-cloudwatch-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-debuginfo-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-debuginfo-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-elasticsearch-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-elasticsearch-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-elasticsearch-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-graphite-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-graphite-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-graphite-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-influxdb-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-influxdb-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-influxdb-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-loki-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-loki-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-loki-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-mssql-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-mssql-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-mssql-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-mysql-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-mysql-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-mysql-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-opentsdb-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-opentsdb-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-opentsdb-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-postgres-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-postgres-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-postgres-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-prometheus-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-prometheus-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-prometheus-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-stackdriver-0:6.3.6-9.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:grafana-stackdriver-0:6.3.6-9.el8_2.x86_64"
},
"product_reference": "grafana-stackdriver-0:6.3.6-9.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.2.0.Z.AUS:grafana-0:6.3.6-9.el8_2.src",
"AppStream-8.2.0.Z.AUS:grafana-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-azure-monitor-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-cloudwatch-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-debuginfo-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-elasticsearch-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-graphite-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-influxdb-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-loki-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-mssql-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-mysql-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-opentsdb-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-postgres-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-prometheus-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-stackdriver-0:6.3.6-9.el8_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-07T14:38:56+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-8.2.0.Z.AUS:grafana-0:6.3.6-9.el8_2.src",
"AppStream-8.2.0.Z.AUS:grafana-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-azure-monitor-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-cloudwatch-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-debuginfo-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-elasticsearch-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-graphite-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-influxdb-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-loki-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-mssql-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-mysql-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-opentsdb-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-postgres-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-prometheus-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-stackdriver-0:6.3.6-9.el8_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0244"
},
{
"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": [
"AppStream-8.2.0.Z.AUS:grafana-0:6.3.6-9.el8_2.src",
"AppStream-8.2.0.Z.AUS:grafana-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-azure-monitor-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-cloudwatch-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-debuginfo-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-elasticsearch-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-graphite-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-influxdb-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-loki-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-mssql-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-mysql-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-opentsdb-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-postgres-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-prometheus-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-stackdriver-0:6.3.6-9.el8_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:grafana-0:6.3.6-9.el8_2.src",
"AppStream-8.2.0.Z.AUS:grafana-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-azure-monitor-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-cloudwatch-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-debuginfo-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-elasticsearch-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-graphite-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-influxdb-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-loki-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-mssql-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-mysql-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-opentsdb-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-postgres-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-prometheus-0:6.3.6-9.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:grafana-stackdriver-0:6.3.6-9.el8_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23002
Vulnerability from csaf_redhat - Published: 2025-12-10 01:12 - Updated: 2026-01-22 22:38Notes
{
"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 grafana is now available for Red Hat Enterprise Linux 9.6 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": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23002",
"url": "https://access.redhat.com/errata/RHSA-2025:23002"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "RHEL-132758",
"url": "https://issues.redhat.com/browse/RHEL-132758"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23002.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:31+00:00",
"generator": {
"date": "2026-01-22T22:38:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23002",
"initial_release_date": "2025-12-10T01:12:27+00:00",
"revision_history": [
{
"date": "2025-12-10T01:12:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-10T01:12:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:31+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.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-16.el9_6.src",
"product": {
"name": "grafana-0:10.2.6-16.el9_6.src",
"product_id": "grafana-0:10.2.6-16.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-16.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-16.el9_6.aarch64",
"product": {
"name": "grafana-0:10.2.6-16.el9_6.aarch64",
"product_id": "grafana-0:10.2.6-16.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-16.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-16.el9_6.aarch64",
"product": {
"name": "grafana-selinux-0:10.2.6-16.el9_6.aarch64",
"product_id": "grafana-selinux-0:10.2.6-16.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-16.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-16.el9_6.aarch64",
"product": {
"name": "grafana-debugsource-0:10.2.6-16.el9_6.aarch64",
"product_id": "grafana-debugsource-0:10.2.6-16.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-16.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-16.el9_6.aarch64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-16.el9_6.aarch64",
"product_id": "grafana-debuginfo-0:10.2.6-16.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-16.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-16.el9_6.ppc64le",
"product": {
"name": "grafana-0:10.2.6-16.el9_6.ppc64le",
"product_id": "grafana-0:10.2.6-16.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-16.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-16.el9_6.ppc64le",
"product": {
"name": "grafana-selinux-0:10.2.6-16.el9_6.ppc64le",
"product_id": "grafana-selinux-0:10.2.6-16.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-16.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-16.el9_6.ppc64le",
"product": {
"name": "grafana-debugsource-0:10.2.6-16.el9_6.ppc64le",
"product_id": "grafana-debugsource-0:10.2.6-16.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-16.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-16.el9_6.ppc64le",
"product": {
"name": "grafana-debuginfo-0:10.2.6-16.el9_6.ppc64le",
"product_id": "grafana-debuginfo-0:10.2.6-16.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-16.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-16.el9_6.x86_64",
"product": {
"name": "grafana-0:10.2.6-16.el9_6.x86_64",
"product_id": "grafana-0:10.2.6-16.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-16.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-16.el9_6.x86_64",
"product": {
"name": "grafana-selinux-0:10.2.6-16.el9_6.x86_64",
"product_id": "grafana-selinux-0:10.2.6-16.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-16.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-16.el9_6.x86_64",
"product": {
"name": "grafana-debugsource-0:10.2.6-16.el9_6.x86_64",
"product_id": "grafana-debugsource-0:10.2.6-16.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-16.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-16.el9_6.x86_64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-16.el9_6.x86_64",
"product_id": "grafana-debuginfo-0:10.2.6-16.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-16.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-16.el9_6.s390x",
"product": {
"name": "grafana-0:10.2.6-16.el9_6.s390x",
"product_id": "grafana-0:10.2.6-16.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-16.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-16.el9_6.s390x",
"product": {
"name": "grafana-selinux-0:10.2.6-16.el9_6.s390x",
"product_id": "grafana-selinux-0:10.2.6-16.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-16.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-16.el9_6.s390x",
"product": {
"name": "grafana-debugsource-0:10.2.6-16.el9_6.s390x",
"product_id": "grafana-debugsource-0:10.2.6-16.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-16.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-16.el9_6.s390x",
"product": {
"name": "grafana-debuginfo-0:10.2.6-16.el9_6.s390x",
"product_id": "grafana-debuginfo-0:10.2.6-16.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-16.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-16.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.aarch64"
},
"product_reference": "grafana-0:10.2.6-16.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-16.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.ppc64le"
},
"product_reference": "grafana-0:10.2.6-16.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-16.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.s390x"
},
"product_reference": "grafana-0:10.2.6-16.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-16.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.src"
},
"product_reference": "grafana-0:10.2.6-16.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-16.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.x86_64"
},
"product_reference": "grafana-0:10.2.6-16.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-16.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.aarch64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-16.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-16.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.ppc64le"
},
"product_reference": "grafana-debuginfo-0:10.2.6-16.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-16.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.s390x"
},
"product_reference": "grafana-debuginfo-0:10.2.6-16.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-16.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.x86_64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-16.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-16.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.aarch64"
},
"product_reference": "grafana-debugsource-0:10.2.6-16.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-16.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.ppc64le"
},
"product_reference": "grafana-debugsource-0:10.2.6-16.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-16.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.s390x"
},
"product_reference": "grafana-debugsource-0:10.2.6-16.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-16.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.x86_64"
},
"product_reference": "grafana-debugsource-0:10.2.6-16.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-16.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.aarch64"
},
"product_reference": "grafana-selinux-0:10.2.6-16.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-16.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.ppc64le"
},
"product_reference": "grafana-selinux-0:10.2.6-16.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-16.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.s390x"
},
"product_reference": "grafana-selinux-0:10.2.6-16.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-16.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.x86_64"
},
"product_reference": "grafana-selinux-0:10.2.6-16.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.src",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-10T01:12:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.src",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23002"
},
{
"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": [
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.src",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.src",
"AppStream-9.6.0.Z.EUS:grafana-0:10.2.6-16.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-debuginfo-0:10.2.6-16.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-debugsource-0:10.2.6-16.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:grafana-selinux-0:10.2.6-16.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23295
Vulnerability from csaf_redhat - Published: 2025-12-18 10:17 - Updated: 2026-01-22 22:38Notes
{
"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 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The 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* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23295",
"url": "https://access.redhat.com/errata/RHSA-2025:23295"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "RHEL-132532",
"url": "https://issues.redhat.com/browse/RHEL-132532"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23295.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:39+00:00",
"generator": {
"date": "2026-01-22T22:38:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23295",
"initial_release_date": "2025-12-18T10:17:02+00:00",
"revision_history": [
{
"date": "2025-12-18T10:17:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-18T10:17:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:39+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-8.el10_1.src",
"product": {
"name": "podman-7:5.6.0-8.el10_1.src",
"product_id": "podman-7:5.6.0-8.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-8.el10_1?arch=src\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-8.el10_1.aarch64",
"product": {
"name": "podman-7:5.6.0-8.el10_1.aarch64",
"product_id": "podman-7:5.6.0-8.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-8.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-7:5.6.0-8.el10_1.aarch64",
"product": {
"name": "podman-remote-7:5.6.0-8.el10_1.aarch64",
"product_id": "podman-remote-7:5.6.0-8.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-8.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-7:5.6.0-8.el10_1.aarch64",
"product": {
"name": "podman-debugsource-7:5.6.0-8.el10_1.aarch64",
"product_id": "podman-debugsource-7:5.6.0-8.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-8.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-7:5.6.0-8.el10_1.aarch64",
"product": {
"name": "podman-debuginfo-7:5.6.0-8.el10_1.aarch64",
"product_id": "podman-debuginfo-7:5.6.0-8.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-8.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-7:5.6.0-8.el10_1.aarch64",
"product": {
"name": "podman-remote-debuginfo-7:5.6.0-8.el10_1.aarch64",
"product_id": "podman-remote-debuginfo-7:5.6.0-8.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-8.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-7:5.6.0-8.el10_1.aarch64",
"product": {
"name": "podman-tests-debuginfo-7:5.6.0-8.el10_1.aarch64",
"product_id": "podman-tests-debuginfo-7:5.6.0-8.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-8.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-7:5.6.0-8.el10_1.aarch64",
"product": {
"name": "podman-tests-7:5.6.0-8.el10_1.aarch64",
"product_id": "podman-tests-7:5.6.0-8.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-8.el10_1?arch=aarch64\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-8.el10_1.ppc64le",
"product": {
"name": "podman-7:5.6.0-8.el10_1.ppc64le",
"product_id": "podman-7:5.6.0-8.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-8.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-7:5.6.0-8.el10_1.ppc64le",
"product": {
"name": "podman-remote-7:5.6.0-8.el10_1.ppc64le",
"product_id": "podman-remote-7:5.6.0-8.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-8.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-7:5.6.0-8.el10_1.ppc64le",
"product": {
"name": "podman-debugsource-7:5.6.0-8.el10_1.ppc64le",
"product_id": "podman-debugsource-7:5.6.0-8.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-8.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"product": {
"name": "podman-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"product_id": "podman-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-8.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"product": {
"name": "podman-remote-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"product_id": "podman-remote-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-8.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"product": {
"name": "podman-tests-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"product_id": "podman-tests-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-8.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-7:5.6.0-8.el10_1.ppc64le",
"product": {
"name": "podman-tests-7:5.6.0-8.el10_1.ppc64le",
"product_id": "podman-tests-7:5.6.0-8.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-8.el10_1?arch=ppc64le\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-8.el10_1.x86_64",
"product": {
"name": "podman-7:5.6.0-8.el10_1.x86_64",
"product_id": "podman-7:5.6.0-8.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-8.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-7:5.6.0-8.el10_1.x86_64",
"product": {
"name": "podman-remote-7:5.6.0-8.el10_1.x86_64",
"product_id": "podman-remote-7:5.6.0-8.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-8.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-7:5.6.0-8.el10_1.x86_64",
"product": {
"name": "podman-debugsource-7:5.6.0-8.el10_1.x86_64",
"product_id": "podman-debugsource-7:5.6.0-8.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-8.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-7:5.6.0-8.el10_1.x86_64",
"product": {
"name": "podman-debuginfo-7:5.6.0-8.el10_1.x86_64",
"product_id": "podman-debuginfo-7:5.6.0-8.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-8.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-7:5.6.0-8.el10_1.x86_64",
"product": {
"name": "podman-remote-debuginfo-7:5.6.0-8.el10_1.x86_64",
"product_id": "podman-remote-debuginfo-7:5.6.0-8.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-8.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-7:5.6.0-8.el10_1.x86_64",
"product": {
"name": "podman-tests-debuginfo-7:5.6.0-8.el10_1.x86_64",
"product_id": "podman-tests-debuginfo-7:5.6.0-8.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-8.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-7:5.6.0-8.el10_1.x86_64",
"product": {
"name": "podman-tests-7:5.6.0-8.el10_1.x86_64",
"product_id": "podman-tests-7:5.6.0-8.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-8.el10_1?arch=x86_64\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-8.el10_1.s390x",
"product": {
"name": "podman-7:5.6.0-8.el10_1.s390x",
"product_id": "podman-7:5.6.0-8.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-8.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-7:5.6.0-8.el10_1.s390x",
"product": {
"name": "podman-remote-7:5.6.0-8.el10_1.s390x",
"product_id": "podman-remote-7:5.6.0-8.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-8.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-7:5.6.0-8.el10_1.s390x",
"product": {
"name": "podman-debugsource-7:5.6.0-8.el10_1.s390x",
"product_id": "podman-debugsource-7:5.6.0-8.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-8.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-7:5.6.0-8.el10_1.s390x",
"product": {
"name": "podman-debuginfo-7:5.6.0-8.el10_1.s390x",
"product_id": "podman-debuginfo-7:5.6.0-8.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-8.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-7:5.6.0-8.el10_1.s390x",
"product": {
"name": "podman-remote-debuginfo-7:5.6.0-8.el10_1.s390x",
"product_id": "podman-remote-debuginfo-7:5.6.0-8.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-8.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-7:5.6.0-8.el10_1.s390x",
"product": {
"name": "podman-tests-debuginfo-7:5.6.0-8.el10_1.s390x",
"product_id": "podman-tests-debuginfo-7:5.6.0-8.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-8.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-7:5.6.0-8.el10_1.s390x",
"product": {
"name": "podman-tests-7:5.6.0-8.el10_1.s390x",
"product_id": "podman-tests-7:5.6.0-8.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-8.el10_1?arch=s390x\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-7:5.6.0-8.el10_1.noarch",
"product": {
"name": "podman-docker-7:5.6.0-8.el10_1.noarch",
"product_id": "podman-docker-7:5.6.0-8.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-7:5.6.0-8.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-7:5.6.0-8.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-8.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-8.el10_1.s390x"
},
"product_reference": "podman-7:5.6.0-8.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-8.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-8.el10_1.src"
},
"product_reference": "podman-7:5.6.0-8.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-7:5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.s390x"
},
"product_reference": "podman-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-debugsource-7:5.6.0-8.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-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-debugsource-7:5.6.0-8.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-8.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-8.el10_1.s390x"
},
"product_reference": "podman-debugsource-7:5.6.0-8.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-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-debugsource-7:5.6.0-8.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-8.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-8.el10_1.noarch"
},
"product_reference": "podman-docker-7:5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-remote-7:5.6.0-8.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-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-remote-7:5.6.0-8.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-8.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-8.el10_1.s390x"
},
"product_reference": "podman-remote-7:5.6.0-8.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-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-remote-7:5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.s390x"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-tests-7:5.6.0-8.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-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-tests-7:5.6.0-8.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-8.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-8.el10_1.s390x"
},
"product_reference": "podman-tests-7:5.6.0-8.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-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-tests-7:5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.s390x"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-7:5.6.0-8.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-7:5.6.0-8.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-8.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-8.el10_1.s390x"
},
"product_reference": "podman-7:5.6.0-8.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-8.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-8.el10_1.src"
},
"product_reference": "podman-7:5.6.0-8.el10_1.src",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-7:5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.s390x"
},
"product_reference": "podman-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-debugsource-7:5.6.0-8.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-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-debugsource-7:5.6.0-8.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-8.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-8.el10_1.s390x"
},
"product_reference": "podman-debugsource-7:5.6.0-8.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-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-debugsource-7:5.6.0-8.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-8.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-8.el10_1.noarch"
},
"product_reference": "podman-docker-7:5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-remote-7:5.6.0-8.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-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-remote-7:5.6.0-8.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-8.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-8.el10_1.s390x"
},
"product_reference": "podman-remote-7:5.6.0-8.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-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-remote-7:5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.s390x"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-tests-7:5.6.0-8.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-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-tests-7:5.6.0-8.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-8.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-8.el10_1.s390x"
},
"product_reference": "podman-tests-7:5.6.0-8.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-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-tests-7:5.6.0-8.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-8.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-8.el10_1.aarch64"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.ppc64le"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.s390x"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-8.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-8.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-8.el10_1.x86_64"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-8.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-8.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-8.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-18T10:17:02+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-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-8.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-8.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23295"
},
{
"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": [
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-8.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-8.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-8.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-8.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-8.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-8.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-8.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23088
Vulnerability from csaf_redhat - Published: 2025-12-11 00:30 - Updated: 2026-01-22 22:38Notes
{
"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 grafana is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23088",
"url": "https://access.redhat.com/errata/RHSA-2025:23088"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23088.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:35+00:00",
"generator": {
"date": "2026-01-22T22:38:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23088",
"initial_release_date": "2025-12-11T00:30:04+00:00",
"revision_history": [
{
"date": "2025-12-11T00:30:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-11T00:30:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:35+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_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-21.el10_1.src",
"product": {
"name": "grafana-0:10.2.6-21.el10_1.src",
"product_id": "grafana-0:10.2.6-21.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-21.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-21.el10_1.aarch64",
"product": {
"name": "grafana-0:10.2.6-21.el10_1.aarch64",
"product_id": "grafana-0:10.2.6-21.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-21.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-21.el10_1.aarch64",
"product": {
"name": "grafana-selinux-0:10.2.6-21.el10_1.aarch64",
"product_id": "grafana-selinux-0:10.2.6-21.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-21.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-21.el10_1.aarch64",
"product": {
"name": "grafana-debugsource-0:10.2.6-21.el10_1.aarch64",
"product_id": "grafana-debugsource-0:10.2.6-21.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-21.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-21.el10_1.aarch64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-21.el10_1.aarch64",
"product_id": "grafana-debuginfo-0:10.2.6-21.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-21.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-21.el10_1.ppc64le",
"product": {
"name": "grafana-0:10.2.6-21.el10_1.ppc64le",
"product_id": "grafana-0:10.2.6-21.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-21.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-21.el10_1.ppc64le",
"product": {
"name": "grafana-selinux-0:10.2.6-21.el10_1.ppc64le",
"product_id": "grafana-selinux-0:10.2.6-21.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-21.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-21.el10_1.ppc64le",
"product": {
"name": "grafana-debugsource-0:10.2.6-21.el10_1.ppc64le",
"product_id": "grafana-debugsource-0:10.2.6-21.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-21.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-21.el10_1.ppc64le",
"product": {
"name": "grafana-debuginfo-0:10.2.6-21.el10_1.ppc64le",
"product_id": "grafana-debuginfo-0:10.2.6-21.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-21.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-21.el10_1.s390x",
"product": {
"name": "grafana-0:10.2.6-21.el10_1.s390x",
"product_id": "grafana-0:10.2.6-21.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-21.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-21.el10_1.s390x",
"product": {
"name": "grafana-selinux-0:10.2.6-21.el10_1.s390x",
"product_id": "grafana-selinux-0:10.2.6-21.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-21.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-21.el10_1.s390x",
"product": {
"name": "grafana-debugsource-0:10.2.6-21.el10_1.s390x",
"product_id": "grafana-debugsource-0:10.2.6-21.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-21.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-21.el10_1.s390x",
"product": {
"name": "grafana-debuginfo-0:10.2.6-21.el10_1.s390x",
"product_id": "grafana-debuginfo-0:10.2.6-21.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-21.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-21.el10_1.x86_64",
"product": {
"name": "grafana-0:10.2.6-21.el10_1.x86_64",
"product_id": "grafana-0:10.2.6-21.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-21.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-21.el10_1.x86_64",
"product": {
"name": "grafana-selinux-0:10.2.6-21.el10_1.x86_64",
"product_id": "grafana-selinux-0:10.2.6-21.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-21.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-21.el10_1.x86_64",
"product": {
"name": "grafana-debugsource-0:10.2.6-21.el10_1.x86_64",
"product_id": "grafana-debugsource-0:10.2.6-21.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-21.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-21.el10_1.x86_64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-21.el10_1.x86_64",
"product_id": "grafana-debuginfo-0:10.2.6-21.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-21.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-21.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.aarch64"
},
"product_reference": "grafana-0:10.2.6-21.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-21.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.ppc64le"
},
"product_reference": "grafana-0:10.2.6-21.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-21.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.s390x"
},
"product_reference": "grafana-0:10.2.6-21.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-21.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.src"
},
"product_reference": "grafana-0:10.2.6-21.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-21.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.x86_64"
},
"product_reference": "grafana-0:10.2.6-21.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-21.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.aarch64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-21.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-21.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.ppc64le"
},
"product_reference": "grafana-debuginfo-0:10.2.6-21.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-21.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.s390x"
},
"product_reference": "grafana-debuginfo-0:10.2.6-21.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-21.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.x86_64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-21.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-21.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.aarch64"
},
"product_reference": "grafana-debugsource-0:10.2.6-21.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-21.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.ppc64le"
},
"product_reference": "grafana-debugsource-0:10.2.6-21.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-21.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.s390x"
},
"product_reference": "grafana-debugsource-0:10.2.6-21.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-21.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.x86_64"
},
"product_reference": "grafana-debugsource-0:10.2.6-21.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-21.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.aarch64"
},
"product_reference": "grafana-selinux-0:10.2.6-21.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-21.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.ppc64le"
},
"product_reference": "grafana-selinux-0:10.2.6-21.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-21.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.s390x"
},
"product_reference": "grafana-selinux-0:10.2.6-21.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-21.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.x86_64"
},
"product_reference": "grafana-selinux-0:10.2.6-21.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.src",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.x86_64",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.x86_64",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.x86_64",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-11T00:30:04+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:grafana-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.src",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.x86_64",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.x86_64",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.x86_64",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23088"
},
{
"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": [
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.src",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.x86_64",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.x86_64",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.x86_64",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.src",
"AppStream-10.1.Z:grafana-0:10.2.6-21.el10_1.x86_64",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-21.el10_1.x86_64",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-debugsource-0:10.2.6-21.el10_1.x86_64",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.aarch64",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.ppc64le",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.s390x",
"AppStream-10.1.Z:grafana-selinux-0:10.2.6-21.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23736
Vulnerability from csaf_redhat - Published: 2025-12-22 01:28 - Updated: 2026-01-22 22:38Notes
{
"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 grafana 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": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23736",
"url": "https://access.redhat.com/errata/RHSA-2025:23736"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23736.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:45+00:00",
"generator": {
"date": "2026-01-22T22:38:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23736",
"initial_release_date": "2025-12-22T01:28:57+00:00",
"revision_history": [
{
"date": "2025-12-22T01:28:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-22T01:28:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream 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": "grafana-0:7.5.11-12.el9_0.src",
"product": {
"name": "grafana-0:7.5.11-12.el9_0.src",
"product_id": "grafana-0:7.5.11-12.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.5.11-12.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.5.11-12.el9_0.aarch64",
"product": {
"name": "grafana-0:7.5.11-12.el9_0.aarch64",
"product_id": "grafana-0:7.5.11-12.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.5.11-12.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:7.5.11-12.el9_0.aarch64",
"product": {
"name": "grafana-debuginfo-0:7.5.11-12.el9_0.aarch64",
"product_id": "grafana-debuginfo-0:7.5.11-12.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@7.5.11-12.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.5.11-12.el9_0.ppc64le",
"product": {
"name": "grafana-0:7.5.11-12.el9_0.ppc64le",
"product_id": "grafana-0:7.5.11-12.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.5.11-12.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:7.5.11-12.el9_0.ppc64le",
"product": {
"name": "grafana-debuginfo-0:7.5.11-12.el9_0.ppc64le",
"product_id": "grafana-debuginfo-0:7.5.11-12.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@7.5.11-12.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.5.11-12.el9_0.x86_64",
"product": {
"name": "grafana-0:7.5.11-12.el9_0.x86_64",
"product_id": "grafana-0:7.5.11-12.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.5.11-12.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:7.5.11-12.el9_0.x86_64",
"product": {
"name": "grafana-debuginfo-0:7.5.11-12.el9_0.x86_64",
"product_id": "grafana-debuginfo-0:7.5.11-12.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@7.5.11-12.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:7.5.11-12.el9_0.s390x",
"product": {
"name": "grafana-0:7.5.11-12.el9_0.s390x",
"product_id": "grafana-0:7.5.11-12.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@7.5.11-12.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:7.5.11-12.el9_0.s390x",
"product": {
"name": "grafana-debuginfo-0:7.5.11-12.el9_0.s390x",
"product_id": "grafana-debuginfo-0:7.5.11-12.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@7.5.11-12.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-12.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.aarch64"
},
"product_reference": "grafana-0:7.5.11-12.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-12.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.ppc64le"
},
"product_reference": "grafana-0:7.5.11-12.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-12.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.s390x"
},
"product_reference": "grafana-0:7.5.11-12.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-12.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.src"
},
"product_reference": "grafana-0:7.5.11-12.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:7.5.11-12.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:grafana-0:7.5.11-12.el9_0.x86_64"
},
"product_reference": "grafana-0:7.5.11-12.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.5.11-12.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.aarch64"
},
"product_reference": "grafana-debuginfo-0:7.5.11-12.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.5.11-12.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.ppc64le"
},
"product_reference": "grafana-debuginfo-0:7.5.11-12.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.5.11-12.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.s390x"
},
"product_reference": "grafana-debuginfo-0:7.5.11-12.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:7.5.11-12.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:grafana-debuginfo-0:7.5.11-12.el9_0.x86_64"
},
"product_reference": "grafana-debuginfo-0:7.5.11-12.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.src",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T01:28:57+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:grafana-0:7.5.11-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.src",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23736"
},
{
"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": [
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.src",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.src",
"AppStream-9.0.0.Z.E4S:grafana-0:7.5.11-12.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:grafana-debuginfo-0:7.5.11-12.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:0314
Vulnerability from csaf_redhat - Published: 2026-01-08 11:35 - Updated: 2026-01-22 22:39Notes
{
"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 osbuild-composer 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": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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-2026:0314",
"url": "https://access.redhat.com/errata/RHSA-2026:0314"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0314.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-01-22T22:39:58+00:00",
"generator": {
"date": "2026-01-22T22:39:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2026:0314",
"initial_release_date": "2026-01-08T11:35:59+00:00",
"revision_history": [
{
"date": "2026-01-08T11:35:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-08T11:35:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:39:58+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": "osbuild-composer-0:76.1-3.el9_2.src",
"product": {
"name": "osbuild-composer-0:76.1-3.el9_2.src",
"product_id": "osbuild-composer-0:76.1-3.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-3.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-3.el9_2.aarch64",
"product": {
"name": "osbuild-composer-0:76.1-3.el9_2.aarch64",
"product_id": "osbuild-composer-0:76.1-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-3.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:76.1-3.el9_2.aarch64",
"product": {
"name": "osbuild-composer-core-0:76.1-3.el9_2.aarch64",
"product_id": "osbuild-composer-core-0:76.1-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@76.1-3.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:76.1-3.el9_2.aarch64",
"product": {
"name": "osbuild-composer-dnf-json-0:76.1-3.el9_2.aarch64",
"product_id": "osbuild-composer-dnf-json-0:76.1-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76.1-3.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:76.1-3.el9_2.aarch64",
"product": {
"name": "osbuild-composer-worker-0:76.1-3.el9_2.aarch64",
"product_id": "osbuild-composer-worker-0:76.1-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@76.1-3.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:76.1-3.el9_2.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:76.1-3.el9_2.aarch64",
"product_id": "osbuild-composer-debugsource-0:76.1-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76.1-3.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76.1-3.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:76.1-3.el9_2.aarch64",
"product": {
"name": "osbuild-composer-debuginfo-0:76.1-3.el9_2.aarch64",
"product_id": "osbuild-composer-debuginfo-0:76.1-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76.1-3.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76.1-3.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76.1-3.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-3.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-0:76.1-3.el9_2.ppc64le",
"product_id": "osbuild-composer-0:76.1-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-3.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:76.1-3.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-core-0:76.1-3.el9_2.ppc64le",
"product_id": "osbuild-composer-core-0:76.1-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@76.1-3.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:76.1-3.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-dnf-json-0:76.1-3.el9_2.ppc64le",
"product_id": "osbuild-composer-dnf-json-0:76.1-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76.1-3.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:76.1-3.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:76.1-3.el9_2.ppc64le",
"product_id": "osbuild-composer-worker-0:76.1-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@76.1-3.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:76.1-3.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:76.1-3.el9_2.ppc64le",
"product_id": "osbuild-composer-debugsource-0:76.1-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76.1-3.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76.1-3.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:76.1-3.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-debuginfo-0:76.1-3.el9_2.ppc64le",
"product_id": "osbuild-composer-debuginfo-0:76.1-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76.1-3.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76.1-3.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76.1-3.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-3.el9_2.x86_64",
"product": {
"name": "osbuild-composer-0:76.1-3.el9_2.x86_64",
"product_id": "osbuild-composer-0:76.1-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-3.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:76.1-3.el9_2.x86_64",
"product": {
"name": "osbuild-composer-core-0:76.1-3.el9_2.x86_64",
"product_id": "osbuild-composer-core-0:76.1-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@76.1-3.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:76.1-3.el9_2.x86_64",
"product": {
"name": "osbuild-composer-dnf-json-0:76.1-3.el9_2.x86_64",
"product_id": "osbuild-composer-dnf-json-0:76.1-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76.1-3.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:76.1-3.el9_2.x86_64",
"product": {
"name": "osbuild-composer-worker-0:76.1-3.el9_2.x86_64",
"product_id": "osbuild-composer-worker-0:76.1-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@76.1-3.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:76.1-3.el9_2.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:76.1-3.el9_2.x86_64",
"product_id": "osbuild-composer-debugsource-0:76.1-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76.1-3.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76.1-3.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:76.1-3.el9_2.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:76.1-3.el9_2.x86_64",
"product_id": "osbuild-composer-debuginfo-0:76.1-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76.1-3.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76.1-3.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76.1-3.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-3.el9_2.s390x",
"product": {
"name": "osbuild-composer-0:76.1-3.el9_2.s390x",
"product_id": "osbuild-composer-0:76.1-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-3.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:76.1-3.el9_2.s390x",
"product": {
"name": "osbuild-composer-core-0:76.1-3.el9_2.s390x",
"product_id": "osbuild-composer-core-0:76.1-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@76.1-3.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:76.1-3.el9_2.s390x",
"product": {
"name": "osbuild-composer-dnf-json-0:76.1-3.el9_2.s390x",
"product_id": "osbuild-composer-dnf-json-0:76.1-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76.1-3.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:76.1-3.el9_2.s390x",
"product": {
"name": "osbuild-composer-worker-0:76.1-3.el9_2.s390x",
"product_id": "osbuild-composer-worker-0:76.1-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@76.1-3.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:76.1-3.el9_2.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:76.1-3.el9_2.s390x",
"product_id": "osbuild-composer-debugsource-0:76.1-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76.1-3.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76.1-3.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:76.1-3.el9_2.s390x",
"product": {
"name": "osbuild-composer-debuginfo-0:76.1-3.el9_2.s390x",
"product_id": "osbuild-composer-debuginfo-0:76.1-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76.1-3.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76.1-3.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76.1-3.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.aarch64"
},
"product_reference": "osbuild-composer-0:76.1-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-0:76.1-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.s390x"
},
"product_reference": "osbuild-composer-0:76.1-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-3.el9_2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.src"
},
"product_reference": "osbuild-composer-0:76.1-3.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-3.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:osbuild-composer-0:76.1-3.el9_2.x86_64"
},
"product_reference": "osbuild-composer-0:76.1-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:76.1-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.aarch64"
},
"product_reference": "osbuild-composer-core-0:76.1-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:76.1-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-core-0:76.1-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:76.1-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.s390x"
},
"product_reference": "osbuild-composer-core-0:76.1-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:76.1-3.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:osbuild-composer-core-0:76.1-3.el9_2.x86_64"
},
"product_reference": "osbuild-composer-core-0:76.1-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:76.1-3.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:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:76.1-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:76.1-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.aarch64"
},
"product_reference": "osbuild-composer-debuginfo-0:76.1-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:76.1-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-debuginfo-0:76.1-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:76.1-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.s390x"
},
"product_reference": "osbuild-composer-debuginfo-0:76.1-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:76.1-3.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:osbuild-composer-debuginfo-0:76.1-3.el9_2.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:76.1-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:76.1-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:76.1-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:76.1-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:76.1-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:76.1-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:76.1-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:76.1-3.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:osbuild-composer-debugsource-0:76.1-3.el9_2.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:76.1-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:76.1-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.aarch64"
},
"product_reference": "osbuild-composer-dnf-json-0:76.1-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:76.1-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-dnf-json-0:76.1-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:76.1-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.s390x"
},
"product_reference": "osbuild-composer-dnf-json-0:76.1-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:76.1-3.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:osbuild-composer-dnf-json-0:76.1-3.el9_2.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:76.1-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-3.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:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:76.1-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.aarch64"
},
"product_reference": "osbuild-composer-worker-0:76.1-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:76.1-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:76.1-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:76.1-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.s390x"
},
"product_reference": "osbuild-composer-worker-0:76.1-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:76.1-3.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:osbuild-composer-worker-0:76.1-3.el9_2.x86_64"
},
"product_reference": "osbuild-composer-worker-0:76.1-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-3.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:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-08T11:35:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0314"
},
{
"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": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-3.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-3.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:23394
Vulnerability from csaf_redhat - Published: 2025-12-18 13:16 - Updated: 2026-01-22 22:38Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 9.6 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 skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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:23394",
"url": "https://access.redhat.com/errata/RHSA-2025:23394"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23394.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2026-01-22T22:38:41+00:00",
"generator": {
"date": "2026-01-22T22:38:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2025:23394",
"initial_release_date": "2025-12-18T13:16:28+00:00",
"revision_history": [
{
"date": "2025-12-18T13:16:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-18T13:16:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T22:38:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el9_6.src",
"product": {
"name": "skopeo-2:1.18.1-3.el9_6.src",
"product_id": "skopeo-2:1.18.1-3.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el9_6?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el9_6.aarch64",
"product": {
"name": "skopeo-2:1.18.1-3.el9_6.aarch64",
"product_id": "skopeo-2:1.18.1-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-3.el9_6.aarch64",
"product": {
"name": "skopeo-tests-2:1.18.1-3.el9_6.aarch64",
"product_id": "skopeo-tests-2:1.18.1-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-3.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-3.el9_6.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-3.el9_6.aarch64",
"product_id": "skopeo-debugsource-2:1.18.1-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-3.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-3.el9_6.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-3.el9_6.aarch64",
"product_id": "skopeo-debuginfo-2:1.18.1-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-3.el9_6?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el9_6.ppc64le",
"product": {
"name": "skopeo-2:1.18.1-3.el9_6.ppc64le",
"product_id": "skopeo-2:1.18.1-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-3.el9_6.ppc64le",
"product": {
"name": "skopeo-tests-2:1.18.1-3.el9_6.ppc64le",
"product_id": "skopeo-tests-2:1.18.1-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-3.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-3.el9_6.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.18.1-3.el9_6.ppc64le",
"product_id": "skopeo-debugsource-2:1.18.1-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-3.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-3.el9_6.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-3.el9_6.ppc64le",
"product_id": "skopeo-debuginfo-2:1.18.1-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-3.el9_6?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el9_6.x86_64",
"product": {
"name": "skopeo-2:1.18.1-3.el9_6.x86_64",
"product_id": "skopeo-2:1.18.1-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-3.el9_6.x86_64",
"product": {
"name": "skopeo-tests-2:1.18.1-3.el9_6.x86_64",
"product_id": "skopeo-tests-2:1.18.1-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-3.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-3.el9_6.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-3.el9_6.x86_64",
"product_id": "skopeo-debugsource-2:1.18.1-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-3.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-3.el9_6.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-3.el9_6.x86_64",
"product_id": "skopeo-debuginfo-2:1.18.1-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-3.el9_6?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el9_6.s390x",
"product": {
"name": "skopeo-2:1.18.1-3.el9_6.s390x",
"product_id": "skopeo-2:1.18.1-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-3.el9_6.s390x",
"product": {
"name": "skopeo-tests-2:1.18.1-3.el9_6.s390x",
"product_id": "skopeo-tests-2:1.18.1-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-3.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-3.el9_6.s390x",
"product": {
"name": "skopeo-debugsource-2:1.18.1-3.el9_6.s390x",
"product_id": "skopeo-debugsource-2:1.18.1-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-3.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-3.el9_6.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-3.el9_6.s390x",
"product_id": "skopeo-debuginfo-2:1.18.1-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-3.el9_6?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.aarch64"
},
"product_reference": "skopeo-2:1.18.1-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.ppc64le"
},
"product_reference": "skopeo-2:1.18.1-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.s390x"
},
"product_reference": "skopeo-2:1.18.1-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.src"
},
"product_reference": "skopeo-2:1.18.1-3.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.x86_64"
},
"product_reference": "skopeo-2:1.18.1-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.18.1-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.s390x"
},
"product_reference": "skopeo-debugsource-2:1.18.1-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.aarch64"
},
"product_reference": "skopeo-tests-2:1.18.1-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.ppc64le"
},
"product_reference": "skopeo-tests-2:1.18.1-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.s390x"
},
"product_reference": "skopeo-tests-2:1.18.1-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.x86_64"
},
"product_reference": "skopeo-tests-2:1.18.1-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-18T13: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.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23394"
},
{
"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": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-3.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
CERTFR-2026-AVI-0024
Vulnerability from certfr_avis - Published: 2026-01-12 - Updated: 2026-01-12
De multiples vulnérabilités ont été découvertes dans VMware Tanzu Greenplum Backup and Restore. Elles permettent à un attaquant de provoquer un déni de service à distance et un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Greenplum | Tanzu Greenplum Backup and Restore versions antérieures à 1.32.2 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Greenplum Backup and Restore versions ant\u00e9rieures \u00e0 1.32.2",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
}
],
"initial_release_date": "2026-01-12T00:00:00",
"last_revision_date": "2026-01-12T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0024",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-01-12T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu Greenplum Backup and Restore. Elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance et un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu Greenplum Backup and Restore",
"vendor_advisories": [
{
"published_at": "2026-01-09",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36755",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36755"
}
]
}
CERTFR-2025-AVI-1036
Vulnerability from certfr_avis - Published: 2025-11-24 - Updated: 2025-11-24
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | App Metrics versions antérieures à 2.3.2 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.954.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.126.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 6.0.22 | ||
| VMware | Platform Services | Platform Services pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 6.0.22 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 6.0.22 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Metric Store versions antérieures à 1.8.1 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | AI Services pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu | VMware Tanzu pour Postgres on Tanzu Platform versions antérieures à 10.2.1 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions antérieures à 1.954.x | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Windows) versions antérieures à 2019.92.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.954.x |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "App Metrics versions ant\u00e9rieures \u00e0 2.3.2",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.954.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.126.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.22",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Platform Services",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.22",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.22",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Metric Store versions ant\u00e9rieures \u00e0 1.8.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "AI Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour Postgres on Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.1",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions ant\u00e9rieures \u00e0 1.954.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Windows) versions ant\u00e9rieures \u00e0 2019.92.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.954.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-13425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13425"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-64329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64329"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-10977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10977"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2024-10976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10976"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-59530",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59530"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-40300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40300"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58058"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2024-10978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10978"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2024-10979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10979"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2025-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5981"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-11-24T00:00:00",
"last_revision_date": "2025-11-24T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1036",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-24T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36513",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36513"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36530",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36530"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36512",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36512"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36526",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36526"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36511",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36511"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36525",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36525"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36516",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36516"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36527",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36527"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36536",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36536"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36519",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36519"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36518",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36518"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36524",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36524"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36521",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36521"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36528",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36528"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36522",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36522"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36514",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36514"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36532",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36532"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36509",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36509"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36517",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36517"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36533",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36533"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36537",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36537"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36531",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36531"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36510",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36510"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36523",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36523"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36515",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36515"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36529",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36529"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36534",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36534"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36535",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36535"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36520",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36520"
}
]
}
CERTFR-2025-AVI-1129
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-19
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Extended App Support pour Tanzu Platform versions antérieures à 1.0.11 | ||
| VMware | Tanzu Platform | Cloud Native Buildpacks pour Tanzu Platform versions antérieures à 0.6.1 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 10.3.2 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 10.2.6+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | .NET Core Buildpack versions antérieures à 2.4.72 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 6.0.23+LTS-T |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Extended App Support pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.11",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Native Buildpacks pour Tanzu Platform versions ant\u00e9rieures \u00e0 0.6.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.6+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": ".NET Core Buildpack versions ant\u00e9rieures \u00e0 2.4.72",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.23+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-3573",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3573"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2025-64329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64329"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-27111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27111"
},
{
"name": "CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2024-3044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3044"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2020-7792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7792"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-66030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66030"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-25184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25184"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-12194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12194"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-59419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59419"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2025-57352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57352"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-19T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1129",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-25",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36626"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36633",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36633"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36630",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36630"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36631",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36631"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-26",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36629"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36632",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36632"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-25",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36627"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-26",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36628"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36625",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36625"
}
]
}
CERTFR-2025-AVI-0966
Vulnerability from certfr_avis - Published: 2025-11-05 - Updated: 2025-11-05
De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | N/A | cbl2 golang 1.22.7-5 | ||
| Microsoft | N/A | azl3 golang 1.23.12-1 | ||
| Microsoft | N/A | cbl2 python-tensorboard 2.11.0-3 | ||
| Microsoft | N/A | azl3 moby-engine 25.0.3-13 | ||
| Microsoft | N/A | azl3 python-tensorboard 2.16.2-6 | ||
| Microsoft | N/A | azl3 kernel 6.6.104.2-4 | ||
| Microsoft | N/A | cbl2 msft-golang 1.24.8-1 | ||
| Microsoft | N/A | azl3 gh 2.62.0-9 | ||
| Microsoft | N/A | azl3 frr 9.1.1-3 | ||
| Microsoft | N/A | azl3 xorg-x11-server-Xwayland 24.1.6-2 versions antérieures à 24.1.6-3 | ||
| Microsoft | N/A | cbl2 libcontainers-common 20210626-7 | ||
| Microsoft | N/A | cbl2 moby-engine 24.0.9-18 | ||
| Microsoft | N/A | cbl2 frr 8.5.5-3 | ||
| Microsoft | N/A | azl3 containerized-data-importer 1.57.0-16 | ||
| Microsoft | N/A | azl3 skopeo 1.14.4-6 | ||
| Microsoft | N/A | azl3 tensorflow 2.16.1-9 | ||
| Microsoft | N/A | azl3 keras 3.3.3-4 versions antérieures à 3.3.3-5 | ||
| Microsoft | N/A | cbl2 gcc 11.2.0-8 | ||
| Microsoft | N/A | cbl2 keras 2.11.0-3 | ||
| Microsoft | N/A | azl3 golang 1.25.3-1 | ||
| Microsoft | N/A | cbl2 tensorflow 2.11.1-2 | ||
| Microsoft | N/A | azl3 keras 3.3.3-4 | ||
| Microsoft | N/A | azl3 gcc 13.2.0-7 | ||
| Microsoft | N/A | cbl2 cri-o 1.22.3-16 | ||
| Microsoft | N/A | cbl2 skopeo 1.14.2-12 | ||
| Microsoft | N/A | cbl2 containerized-data-importer 1.55.0-25 | ||
| Microsoft | N/A | cbl2 golang 1.18.8-10 | ||
| Microsoft | N/A | azl3 libcontainers-common 20240213-3 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "cbl2 golang 1.22.7-5",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 golang 1.23.12-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 python-tensorboard 2.11.0-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 moby-engine 25.0.3-13",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 python-tensorboard 2.16.2-6",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kernel 6.6.104.2-4",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 msft-golang 1.24.8-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 gh 2.62.0-9",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 frr 9.1.1-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 xorg-x11-server-Xwayland 24.1.6-2 versions ant\u00e9rieures \u00e0 24.1.6-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 libcontainers-common 20210626-7",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 moby-engine 24.0.9-18",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 frr 8.5.5-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 containerized-data-importer 1.57.0-16",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 skopeo 1.14.4-6",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 tensorflow 2.16.1-9",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 keras 3.3.3-4 versions ant\u00e9rieures \u00e0 3.3.3-5",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 gcc 11.2.0-8",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 keras 2.11.0-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 golang 1.25.3-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 tensorflow 2.11.1-2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 keras 3.3.3-4",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 gcc 13.2.0-7",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 cri-o 1.22.3-16",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 skopeo 1.14.2-12",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 containerized-data-importer 1.55.0-25",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 golang 1.18.8-10",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 libcontainers-common 20240213-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-40100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40100"
},
{
"name": "CVE-2025-40103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40103"
},
{
"name": "CVE-2025-61102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61102"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-40092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40092"
},
{
"name": "CVE-2025-61106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61106"
},
{
"name": "CVE-2025-61103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61103"
},
{
"name": "CVE-2025-62230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62230"
},
{
"name": "CVE-2025-40104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40104"
},
{
"name": "CVE-2025-40097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40097"
},
{
"name": "CVE-2025-40106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40106"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-40088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40088"
},
{
"name": "CVE-2025-40085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40085"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61105"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-40084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40084"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-40095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40095"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-40105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40105"
},
{
"name": "CVE-2025-62229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62229"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-40083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40083"
},
{
"name": "CVE-2025-62231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62231"
},
{
"name": "CVE-2025-40099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40099"
},
{
"name": "CVE-2025-12060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12060"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-40094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40094"
},
{
"name": "CVE-2025-40102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40102"
},
{
"name": "CVE-2025-12058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12058"
},
{
"name": "CVE-2025-61101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61101"
},
{
"name": "CVE-2025-61107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61107"
},
{
"name": "CVE-2025-61100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61100"
},
{
"name": "CVE-2025-40096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40096"
},
{
"name": "CVE-2025-61104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61104"
},
{
"name": "CVE-2025-40087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40087"
}
],
"initial_release_date": "2025-11-05T00:00:00",
"last_revision_date": "2025-11-05T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0966",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-05T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Microsoft. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Microsoft",
"vendor_advisories": [
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-58189",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-58189"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40099",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40099"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40083",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40083"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-58186",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-58186"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61724",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61724"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61103",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61103"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-12058",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-12058"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40087",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40087"
},
{
"published_at": "2025-11-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61100",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61100"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61105",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61105"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-62229",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-62229"
},
{
"published_at": "2025-11-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40106",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40106"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-62231",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-62231"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61102",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61102"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40097",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40097"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40100",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40100"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40084",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40084"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-58187",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-58187"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40094",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40094"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61106",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61106"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40104",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40104"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40103",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40103"
},
{
"published_at": "2025-11-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61104",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61104"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40085",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40085"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-47912",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-47912"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40092",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40092"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40105",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40105"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40096",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40096"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61107",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61107"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40088",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40088"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-58183",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-58183"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61725",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61725"
},
{
"published_at": "2025-11-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61101",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61101"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61723",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61723"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40102",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40102"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40095",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40095"
},
{
"published_at": "2025-11-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-12060",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-12060"
},
{
"published_at": "2025-11-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-62230",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-62230"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-58185",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-58185"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-58188",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-58188"
}
]
}
CERTFR-2025-AVI-0966
Vulnerability from certfr_avis - Published: 2025-11-05 - Updated: 2025-11-05
De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | N/A | cbl2 golang 1.22.7-5 | ||
| Microsoft | N/A | azl3 golang 1.23.12-1 | ||
| Microsoft | N/A | cbl2 python-tensorboard 2.11.0-3 | ||
| Microsoft | N/A | azl3 moby-engine 25.0.3-13 | ||
| Microsoft | N/A | azl3 python-tensorboard 2.16.2-6 | ||
| Microsoft | N/A | azl3 kernel 6.6.104.2-4 | ||
| Microsoft | N/A | cbl2 msft-golang 1.24.8-1 | ||
| Microsoft | N/A | azl3 gh 2.62.0-9 | ||
| Microsoft | N/A | azl3 frr 9.1.1-3 | ||
| Microsoft | N/A | azl3 xorg-x11-server-Xwayland 24.1.6-2 versions antérieures à 24.1.6-3 | ||
| Microsoft | N/A | cbl2 libcontainers-common 20210626-7 | ||
| Microsoft | N/A | cbl2 moby-engine 24.0.9-18 | ||
| Microsoft | N/A | cbl2 frr 8.5.5-3 | ||
| Microsoft | N/A | azl3 containerized-data-importer 1.57.0-16 | ||
| Microsoft | N/A | azl3 skopeo 1.14.4-6 | ||
| Microsoft | N/A | azl3 tensorflow 2.16.1-9 | ||
| Microsoft | N/A | azl3 keras 3.3.3-4 versions antérieures à 3.3.3-5 | ||
| Microsoft | N/A | cbl2 gcc 11.2.0-8 | ||
| Microsoft | N/A | cbl2 keras 2.11.0-3 | ||
| Microsoft | N/A | azl3 golang 1.25.3-1 | ||
| Microsoft | N/A | cbl2 tensorflow 2.11.1-2 | ||
| Microsoft | N/A | azl3 keras 3.3.3-4 | ||
| Microsoft | N/A | azl3 gcc 13.2.0-7 | ||
| Microsoft | N/A | cbl2 cri-o 1.22.3-16 | ||
| Microsoft | N/A | cbl2 skopeo 1.14.2-12 | ||
| Microsoft | N/A | cbl2 containerized-data-importer 1.55.0-25 | ||
| Microsoft | N/A | cbl2 golang 1.18.8-10 | ||
| Microsoft | N/A | azl3 libcontainers-common 20240213-3 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "cbl2 golang 1.22.7-5",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 golang 1.23.12-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 python-tensorboard 2.11.0-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 moby-engine 25.0.3-13",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 python-tensorboard 2.16.2-6",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kernel 6.6.104.2-4",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 msft-golang 1.24.8-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 gh 2.62.0-9",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 frr 9.1.1-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 xorg-x11-server-Xwayland 24.1.6-2 versions ant\u00e9rieures \u00e0 24.1.6-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 libcontainers-common 20210626-7",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 moby-engine 24.0.9-18",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 frr 8.5.5-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 containerized-data-importer 1.57.0-16",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 skopeo 1.14.4-6",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 tensorflow 2.16.1-9",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 keras 3.3.3-4 versions ant\u00e9rieures \u00e0 3.3.3-5",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 gcc 11.2.0-8",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 keras 2.11.0-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 golang 1.25.3-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 tensorflow 2.11.1-2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 keras 3.3.3-4",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 gcc 13.2.0-7",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 cri-o 1.22.3-16",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 skopeo 1.14.2-12",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 containerized-data-importer 1.55.0-25",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 golang 1.18.8-10",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 libcontainers-common 20240213-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-40100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40100"
},
{
"name": "CVE-2025-40103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40103"
},
{
"name": "CVE-2025-61102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61102"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-40092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40092"
},
{
"name": "CVE-2025-61106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61106"
},
{
"name": "CVE-2025-61103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61103"
},
{
"name": "CVE-2025-62230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62230"
},
{
"name": "CVE-2025-40104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40104"
},
{
"name": "CVE-2025-40097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40097"
},
{
"name": "CVE-2025-40106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40106"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-40088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40088"
},
{
"name": "CVE-2025-40085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40085"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61105"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-40084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40084"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-40095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40095"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-40105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40105"
},
{
"name": "CVE-2025-62229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62229"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-40083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40083"
},
{
"name": "CVE-2025-62231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62231"
},
{
"name": "CVE-2025-40099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40099"
},
{
"name": "CVE-2025-12060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12060"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-40094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40094"
},
{
"name": "CVE-2025-40102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40102"
},
{
"name": "CVE-2025-12058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12058"
},
{
"name": "CVE-2025-61101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61101"
},
{
"name": "CVE-2025-61107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61107"
},
{
"name": "CVE-2025-61100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61100"
},
{
"name": "CVE-2025-40096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40096"
},
{
"name": "CVE-2025-61104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61104"
},
{
"name": "CVE-2025-40087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40087"
}
],
"initial_release_date": "2025-11-05T00:00:00",
"last_revision_date": "2025-11-05T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0966",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-05T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Microsoft. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Microsoft",
"vendor_advisories": [
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-58189",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-58189"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40099",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40099"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40083",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40083"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-58186",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-58186"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61724",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61724"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61103",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61103"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-12058",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-12058"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40087",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40087"
},
{
"published_at": "2025-11-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61100",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61100"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61105",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61105"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-62229",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-62229"
},
{
"published_at": "2025-11-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40106",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40106"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-62231",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-62231"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61102",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61102"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40097",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40097"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40100",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40100"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40084",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40084"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-58187",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-58187"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40094",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40094"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61106",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61106"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40104",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40104"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40103",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40103"
},
{
"published_at": "2025-11-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61104",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61104"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40085",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40085"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-47912",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-47912"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40092",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40092"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40105",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40105"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40096",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40096"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61107",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61107"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40088",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40088"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-58183",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-58183"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61725",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61725"
},
{
"published_at": "2025-11-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61101",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61101"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-61723",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-61723"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40102",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40102"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40095",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40095"
},
{
"published_at": "2025-11-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-12060",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-12060"
},
{
"published_at": "2025-11-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-62230",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-62230"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-58185",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-58185"
},
{
"published_at": "2025-10-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-58188",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-58188"
}
]
}
CERTFR-2025-AVI-1138
Vulnerability from certfr_avis - Published: 2025-12-26 - Updated: 2025-12-26
De multiples vulnérabilités ont été découvertes dans VMware Tanzu Platform. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | AI Services pour Tanzu Platform versions antérieures à 10.3.2 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "AI Services pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-62727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62727"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-62426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62426"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2025-34351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-34351"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2023-48022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48022"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-62593",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62593"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
}
],
"initial_release_date": "2025-12-26T00:00:00",
"last_revision_date": "2025-12-26T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1138",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-26T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu Platform. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu Platform",
"vendor_advisories": [
{
"published_at": "2025-12-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36640",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36640"
}
]
}
CERTFR-2025-AVI-1129
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-19
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Extended App Support pour Tanzu Platform versions antérieures à 1.0.11 | ||
| VMware | Tanzu Platform | Cloud Native Buildpacks pour Tanzu Platform versions antérieures à 0.6.1 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 10.3.2 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 10.2.6+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | .NET Core Buildpack versions antérieures à 2.4.72 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 6.0.23+LTS-T |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Extended App Support pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.11",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Native Buildpacks pour Tanzu Platform versions ant\u00e9rieures \u00e0 0.6.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.6+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": ".NET Core Buildpack versions ant\u00e9rieures \u00e0 2.4.72",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.23+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-3573",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3573"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2025-64329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64329"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-27111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27111"
},
{
"name": "CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2024-3044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3044"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2020-7792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7792"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-66030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66030"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-25184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25184"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-12194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12194"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-59419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59419"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2025-57352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57352"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-19T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1129",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-25",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36626"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36633",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36633"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36630",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36630"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36631",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36631"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-26",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36629"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36632",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36632"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-25",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36627"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-26",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36628"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36625",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36625"
}
]
}
CERTFR-2025-AVI-1080
Vulnerability from certfr_avis - Published: 2025-12-09 - Updated: 2025-12-09
De multiples vulnérabilités ont été découvertes dans VMware Tanzu RabbitMQ. Elles permettent à un attaquant de provoquer un déni de service à distance et un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu RabbitMQ | VMWare Tanzu RabbitMQ pour Kubernetes versions 4.2.x antérieures à 4.2.1 | ||
| VMware | Tanzu RabbitMQ | VMWare Tanzu RabbitMQ pour Kubernetes versions antérieures à 4.1.6 |
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "VMWare Tanzu RabbitMQ pour Kubernetes versions 4.2.x ant\u00e9rieures \u00e0 4.2.1",
"product": {
"name": "Tanzu RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMWare Tanzu RabbitMQ pour Kubernetes versions ant\u00e9rieures \u00e0 4.1.6",
"product": {
"name": "Tanzu RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
}
],
"initial_release_date": "2025-12-09T00:00:00",
"last_revision_date": "2025-12-09T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1080",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-09T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu RabbitMQ. Elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance et un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu RabbitMQ",
"vendor_advisories": [
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36590",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36590"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36589",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36589"
}
]
}
CERTFR-2025-AVI-1138
Vulnerability from certfr_avis - Published: 2025-12-26 - Updated: 2025-12-26
De multiples vulnérabilités ont été découvertes dans VMware Tanzu Platform. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | AI Services pour Tanzu Platform versions antérieures à 10.3.2 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "AI Services pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-62727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62727"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-62426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62426"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2025-34351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-34351"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2023-48022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48022"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-62593",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62593"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
}
],
"initial_release_date": "2025-12-26T00:00:00",
"last_revision_date": "2025-12-26T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1138",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-26T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu Platform. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu Platform",
"vendor_advisories": [
{
"published_at": "2025-12-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36640",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36640"
}
]
}
CERTFR-2025-AVI-1080
Vulnerability from certfr_avis - Published: 2025-12-09 - Updated: 2025-12-09
De multiples vulnérabilités ont été découvertes dans VMware Tanzu RabbitMQ. Elles permettent à un attaquant de provoquer un déni de service à distance et un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu RabbitMQ | VMWare Tanzu RabbitMQ pour Kubernetes versions 4.2.x antérieures à 4.2.1 | ||
| VMware | Tanzu RabbitMQ | VMWare Tanzu RabbitMQ pour Kubernetes versions antérieures à 4.1.6 |
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "VMWare Tanzu RabbitMQ pour Kubernetes versions 4.2.x ant\u00e9rieures \u00e0 4.2.1",
"product": {
"name": "Tanzu RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMWare Tanzu RabbitMQ pour Kubernetes versions ant\u00e9rieures \u00e0 4.1.6",
"product": {
"name": "Tanzu RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
}
],
"initial_release_date": "2025-12-09T00:00:00",
"last_revision_date": "2025-12-09T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1080",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-09T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu RabbitMQ. Elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance et un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu RabbitMQ",
"vendor_advisories": [
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36590",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36590"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36589",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36589"
}
]
}
CERTFR-2025-AVI-1036
Vulnerability from certfr_avis - Published: 2025-11-24 - Updated: 2025-11-24
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | App Metrics versions antérieures à 2.3.2 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.954.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.126.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 6.0.22 | ||
| VMware | Platform Services | Platform Services pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 6.0.22 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 6.0.22 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Metric Store versions antérieures à 1.8.1 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | AI Services pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu | VMware Tanzu pour Postgres on Tanzu Platform versions antérieures à 10.2.1 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions antérieures à 1.954.x | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Windows) versions antérieures à 2019.92.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.954.x |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "App Metrics versions ant\u00e9rieures \u00e0 2.3.2",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.954.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.126.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.22",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Platform Services",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.22",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.22",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Metric Store versions ant\u00e9rieures \u00e0 1.8.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "AI Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour Postgres on Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.1",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions ant\u00e9rieures \u00e0 1.954.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Windows) versions ant\u00e9rieures \u00e0 2019.92.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.954.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-13425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13425"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-64329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64329"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-10977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10977"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2024-10976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10976"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-59530",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59530"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-40300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40300"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58058"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2024-10978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10978"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2024-10979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10979"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2025-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5981"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-11-24T00:00:00",
"last_revision_date": "2025-11-24T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1036",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-24T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36513",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36513"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36530",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36530"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36512",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36512"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36526",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36526"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36511",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36511"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36525",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36525"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36516",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36516"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36527",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36527"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36536",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36536"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36519",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36519"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36518",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36518"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36524",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36524"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36521",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36521"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36528",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36528"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36522",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36522"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36514",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36514"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36532",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36532"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36509",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36509"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36517",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36517"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36533",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36533"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36537",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36537"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36531",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36531"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36510",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36510"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36523",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36523"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36515",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36515"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36529",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36529"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36534",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36534"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36535",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36535"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36520",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36520"
}
]
}
OPENSUSE-SU-2025:15695-1
Vulnerability from csaf_opensuse - Published: 2025-11-01 00:00 - Updated: 2025-11-01 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "govulncheck-vulndb-0.0.20251029T215107-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the govulncheck-vulndb-0.0.20251029T215107-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15695",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15695-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47912 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47912/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58183 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58183/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58185 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58185/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58186 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58188 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58188/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58189 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61723 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61724 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61725 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61725/"
}
],
"title": "govulncheck-vulndb-0.0.20251029T215107-1.1 on GA media",
"tracking": {
"current_release_date": "2025-11-01T00:00:00Z",
"generator": {
"date": "2025-11-01T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15695-1",
"initial_release_date": "2025-11-01T00:00:00Z",
"revision_history": [
{
"date": "2025-11-01T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"product": {
"name": "govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"product_id": "govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"product": {
"name": "govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"product_id": "govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"product": {
"name": "govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"product_id": "govulncheck-vulndb-0.0.20251029T215107-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64",
"product": {
"name": "govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64",
"product_id": "govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64"
},
"product_reference": "govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le"
},
"product_reference": "govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20251029T215107-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x"
},
"product_reference": "govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
},
"product_reference": "govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47912",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47912"
}
],
"notes": [
{
"category": "general",
"text": "The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: \"http://[::1]/\". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47912",
"url": "https://www.suse.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "SUSE Bug 1251257 for CVE-2025-47912",
"url": "https://bugzilla.suse.com/1251257"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-01T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-47912"
},
{
"cve": "CVE-2025-58183",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58183"
}
],
"notes": [
{
"category": "general",
"text": "tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58183",
"url": "https://www.suse.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "SUSE Bug 1251261 for CVE-2025-58183",
"url": "https://bugzilla.suse.com/1251261"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-01T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58183"
},
{
"cve": "CVE-2025-58185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58185"
}
],
"notes": [
{
"category": "general",
"text": "Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58185",
"url": "https://www.suse.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "SUSE Bug 1251258 for CVE-2025-58185",
"url": "https://bugzilla.suse.com/1251258"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-01T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58185"
},
{
"cve": "CVE-2025-58186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58186"
}
],
"notes": [
{
"category": "general",
"text": "Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as \"a=;\", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58186",
"url": "https://www.suse.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "SUSE Bug 1251259 for CVE-2025-58186",
"url": "https://bugzilla.suse.com/1251259"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-01T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58186"
},
{
"cve": "CVE-2025-58187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58187"
}
],
"notes": [
{
"category": "general",
"text": "Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58187",
"url": "https://www.suse.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "SUSE Bug 1251254 for CVE-2025-58187",
"url": "https://bugzilla.suse.com/1251254"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-01T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58187"
},
{
"cve": "CVE-2025-58188",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58188"
}
],
"notes": [
{
"category": "general",
"text": "Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equal method. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58188",
"url": "https://www.suse.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "SUSE Bug 1251260 for CVE-2025-58188",
"url": "https://bugzilla.suse.com/1251260"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-01T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-58188"
},
{
"cve": "CVE-2025-58189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58189"
}
],
"notes": [
{
"category": "general",
"text": "When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58189",
"url": "https://www.suse.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "SUSE Bug 1251255 for CVE-2025-58189",
"url": "https://bugzilla.suse.com/1251255"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-01T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58189"
},
{
"cve": "CVE-2025-61723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61723"
}
],
"notes": [
{
"category": "general",
"text": "The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61723",
"url": "https://www.suse.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "SUSE Bug 1251256 for CVE-2025-61723",
"url": "https://bugzilla.suse.com/1251256"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-01T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61723"
},
{
"cve": "CVE-2025-61724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61724"
}
],
"notes": [
{
"category": "general",
"text": "The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61724",
"url": "https://www.suse.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "SUSE Bug 1251262 for CVE-2025-61724",
"url": "https://bugzilla.suse.com/1251262"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-01T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61724"
},
{
"cve": "CVE-2025-61725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61725"
}
],
"notes": [
{
"category": "general",
"text": "The ParseAddress function constructeds domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61725",
"url": "https://www.suse.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "SUSE Bug 1251253 for CVE-2025-61725",
"url": "https://bugzilla.suse.com/1251253"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20251029T215107-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-01T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61725"
}
]
}
OPENSUSE-SU-2025:15711-1
Vulnerability from csaf_opensuse - Published: 2025-11-07 00:00 - Updated: 2025-11-07 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "opentofu-1.10.7-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the opentofu-1.10.7-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15711",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15711-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58183 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58183/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58185 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58185/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58187/"
}
],
"title": "opentofu-1.10.7-1.1 on GA media",
"tracking": {
"current_release_date": "2025-11-07T00:00:00Z",
"generator": {
"date": "2025-11-07T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15711-1",
"initial_release_date": "2025-11-07T00:00:00Z",
"revision_history": [
{
"date": "2025-11-07T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "opentofu-1.10.7-1.1.aarch64",
"product": {
"name": "opentofu-1.10.7-1.1.aarch64",
"product_id": "opentofu-1.10.7-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentofu-1.10.7-1.1.ppc64le",
"product": {
"name": "opentofu-1.10.7-1.1.ppc64le",
"product_id": "opentofu-1.10.7-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "opentofu-1.10.7-1.1.s390x",
"product": {
"name": "opentofu-1.10.7-1.1.s390x",
"product_id": "opentofu-1.10.7-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "opentofu-1.10.7-1.1.x86_64",
"product": {
"name": "opentofu-1.10.7-1.1.x86_64",
"product_id": "opentofu-1.10.7-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "opentofu-1.10.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:opentofu-1.10.7-1.1.aarch64"
},
"product_reference": "opentofu-1.10.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentofu-1.10.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:opentofu-1.10.7-1.1.ppc64le"
},
"product_reference": "opentofu-1.10.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentofu-1.10.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:opentofu-1.10.7-1.1.s390x"
},
"product_reference": "opentofu-1.10.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentofu-1.10.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:opentofu-1.10.7-1.1.x86_64"
},
"product_reference": "opentofu-1.10.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58183"
}
],
"notes": [
{
"category": "general",
"text": "tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.aarch64",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.ppc64le",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.s390x",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58183",
"url": "https://www.suse.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "SUSE Bug 1251261 for CVE-2025-58183",
"url": "https://bugzilla.suse.com/1251261"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.aarch64",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.ppc64le",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.s390x",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.aarch64",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.ppc64le",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.s390x",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58183"
},
{
"cve": "CVE-2025-58185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58185"
}
],
"notes": [
{
"category": "general",
"text": "Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.aarch64",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.ppc64le",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.s390x",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58185",
"url": "https://www.suse.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "SUSE Bug 1251258 for CVE-2025-58185",
"url": "https://bugzilla.suse.com/1251258"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.aarch64",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.ppc64le",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.s390x",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.aarch64",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.ppc64le",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.s390x",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58185"
},
{
"cve": "CVE-2025-58187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58187"
}
],
"notes": [
{
"category": "general",
"text": "Due to the design of the name constraint checking algorithm, the processing time of some inputs scals non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.aarch64",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.ppc64le",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.s390x",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58187",
"url": "https://www.suse.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "SUSE Bug 1251254 for CVE-2025-58187",
"url": "https://bugzilla.suse.com/1251254"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.aarch64",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.ppc64le",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.s390x",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.aarch64",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.ppc64le",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.s390x",
"openSUSE Tumbleweed:opentofu-1.10.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58187"
}
]
}
OPENSUSE-SU-2025:15723-1
Vulnerability from csaf_opensuse - Published: 2025-11-10 00:00 - Updated: 2025-11-10 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "regclient-0.10.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the regclient-0.10.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15723",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15723-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47912 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47912/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58183 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58183/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58185 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58185/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58186 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58188 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58188/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58189 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61723 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9230 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9230/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9231 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9231/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9232 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9232/"
}
],
"title": "regclient-0.10.0-1.1 on GA media",
"tracking": {
"current_release_date": "2025-11-10T00:00:00Z",
"generator": {
"date": "2025-11-10T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15723-1",
"initial_release_date": "2025-11-10T00:00:00Z",
"revision_history": [
{
"date": "2025-11-10T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "regclient-0.10.0-1.1.aarch64",
"product": {
"name": "regclient-0.10.0-1.1.aarch64",
"product_id": "regclient-0.10.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "regclient-bash-completion-0.10.0-1.1.aarch64",
"product": {
"name": "regclient-bash-completion-0.10.0-1.1.aarch64",
"product_id": "regclient-bash-completion-0.10.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "regclient-fish-completion-0.10.0-1.1.aarch64",
"product": {
"name": "regclient-fish-completion-0.10.0-1.1.aarch64",
"product_id": "regclient-fish-completion-0.10.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "regclient-zsh-completion-0.10.0-1.1.aarch64",
"product": {
"name": "regclient-zsh-completion-0.10.0-1.1.aarch64",
"product_id": "regclient-zsh-completion-0.10.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "regclient-0.10.0-1.1.ppc64le",
"product": {
"name": "regclient-0.10.0-1.1.ppc64le",
"product_id": "regclient-0.10.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "regclient-bash-completion-0.10.0-1.1.ppc64le",
"product": {
"name": "regclient-bash-completion-0.10.0-1.1.ppc64le",
"product_id": "regclient-bash-completion-0.10.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "regclient-fish-completion-0.10.0-1.1.ppc64le",
"product": {
"name": "regclient-fish-completion-0.10.0-1.1.ppc64le",
"product_id": "regclient-fish-completion-0.10.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "regclient-zsh-completion-0.10.0-1.1.ppc64le",
"product": {
"name": "regclient-zsh-completion-0.10.0-1.1.ppc64le",
"product_id": "regclient-zsh-completion-0.10.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "regclient-0.10.0-1.1.s390x",
"product": {
"name": "regclient-0.10.0-1.1.s390x",
"product_id": "regclient-0.10.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "regclient-bash-completion-0.10.0-1.1.s390x",
"product": {
"name": "regclient-bash-completion-0.10.0-1.1.s390x",
"product_id": "regclient-bash-completion-0.10.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "regclient-fish-completion-0.10.0-1.1.s390x",
"product": {
"name": "regclient-fish-completion-0.10.0-1.1.s390x",
"product_id": "regclient-fish-completion-0.10.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "regclient-zsh-completion-0.10.0-1.1.s390x",
"product": {
"name": "regclient-zsh-completion-0.10.0-1.1.s390x",
"product_id": "regclient-zsh-completion-0.10.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "regclient-0.10.0-1.1.x86_64",
"product": {
"name": "regclient-0.10.0-1.1.x86_64",
"product_id": "regclient-0.10.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "regclient-bash-completion-0.10.0-1.1.x86_64",
"product": {
"name": "regclient-bash-completion-0.10.0-1.1.x86_64",
"product_id": "regclient-bash-completion-0.10.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "regclient-fish-completion-0.10.0-1.1.x86_64",
"product": {
"name": "regclient-fish-completion-0.10.0-1.1.x86_64",
"product_id": "regclient-fish-completion-0.10.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "regclient-zsh-completion-0.10.0-1.1.x86_64",
"product": {
"name": "regclient-zsh-completion-0.10.0-1.1.x86_64",
"product_id": "regclient-zsh-completion-0.10.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-0.10.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64"
},
"product_reference": "regclient-0.10.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-0.10.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le"
},
"product_reference": "regclient-0.10.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-0.10.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x"
},
"product_reference": "regclient-0.10.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-0.10.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64"
},
"product_reference": "regclient-0.10.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-bash-completion-0.10.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64"
},
"product_reference": "regclient-bash-completion-0.10.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-bash-completion-0.10.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le"
},
"product_reference": "regclient-bash-completion-0.10.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-bash-completion-0.10.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x"
},
"product_reference": "regclient-bash-completion-0.10.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-bash-completion-0.10.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64"
},
"product_reference": "regclient-bash-completion-0.10.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-fish-completion-0.10.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64"
},
"product_reference": "regclient-fish-completion-0.10.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-fish-completion-0.10.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le"
},
"product_reference": "regclient-fish-completion-0.10.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-fish-completion-0.10.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x"
},
"product_reference": "regclient-fish-completion-0.10.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-fish-completion-0.10.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64"
},
"product_reference": "regclient-fish-completion-0.10.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-zsh-completion-0.10.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64"
},
"product_reference": "regclient-zsh-completion-0.10.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-zsh-completion-0.10.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le"
},
"product_reference": "regclient-zsh-completion-0.10.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-zsh-completion-0.10.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x"
},
"product_reference": "regclient-zsh-completion-0.10.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "regclient-zsh-completion-0.10.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
},
"product_reference": "regclient-zsh-completion-0.10.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47912",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47912"
}
],
"notes": [
{
"category": "general",
"text": "The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: \"http://[::1]/\". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47912",
"url": "https://www.suse.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "SUSE Bug 1251257 for CVE-2025-47912",
"url": "https://bugzilla.suse.com/1251257"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-10T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-47912"
},
{
"cve": "CVE-2025-58183",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58183"
}
],
"notes": [
{
"category": "general",
"text": "tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58183",
"url": "https://www.suse.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "SUSE Bug 1251261 for CVE-2025-58183",
"url": "https://bugzilla.suse.com/1251261"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-10T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58183"
},
{
"cve": "CVE-2025-58185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58185"
}
],
"notes": [
{
"category": "general",
"text": "Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58185",
"url": "https://www.suse.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "SUSE Bug 1251258 for CVE-2025-58185",
"url": "https://bugzilla.suse.com/1251258"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-10T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58185"
},
{
"cve": "CVE-2025-58186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58186"
}
],
"notes": [
{
"category": "general",
"text": "Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as \"a=;\", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58186",
"url": "https://www.suse.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "SUSE Bug 1251259 for CVE-2025-58186",
"url": "https://bugzilla.suse.com/1251259"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-10T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58186"
},
{
"cve": "CVE-2025-58187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58187"
}
],
"notes": [
{
"category": "general",
"text": "Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58187",
"url": "https://www.suse.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "SUSE Bug 1251254 for CVE-2025-58187",
"url": "https://bugzilla.suse.com/1251254"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-10T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58187"
},
{
"cve": "CVE-2025-58188",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58188"
}
],
"notes": [
{
"category": "general",
"text": "Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equal method. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58188",
"url": "https://www.suse.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "SUSE Bug 1251260 for CVE-2025-58188",
"url": "https://bugzilla.suse.com/1251260"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-10T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-58188"
},
{
"cve": "CVE-2025-58189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58189"
}
],
"notes": [
{
"category": "general",
"text": "When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58189",
"url": "https://www.suse.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "SUSE Bug 1251255 for CVE-2025-58189",
"url": "https://bugzilla.suse.com/1251255"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-10T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58189"
},
{
"cve": "CVE-2025-61723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61723"
}
],
"notes": [
{
"category": "general",
"text": "The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61723",
"url": "https://www.suse.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "SUSE Bug 1251256 for CVE-2025-61723",
"url": "https://bugzilla.suse.com/1251256"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-10T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61723"
},
{
"cve": "CVE-2025-9230",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9230"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An application trying to decrypt CMS messages encrypted using\npassword based encryption can trigger an out-of-bounds read and write.\n\nImpact summary: This out-of-bounds read may trigger a crash which leads to\nDenial of Service for an application. The out-of-bounds write can cause\na memory corruption which can have various consequences including\na Denial of Service or Execution of attacker-supplied code.\n\nAlthough the consequences of a successful exploit of this vulnerability\ncould be severe, the probability that the attacker would be able to\nperform it is low. Besides, password based (PWRI) encryption support in CMS\nmessages is very rarely used. For that reason the issue was assessed as\nModerate severity according to our Security Policy.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this\nissue, as the CMS implementation is outside the OpenSSL FIPS module\nboundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9230",
"url": "https://www.suse.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "SUSE Bug 1250232 for CVE-2025-9230",
"url": "https://bugzilla.suse.com/1250232"
},
{
"category": "external",
"summary": "SUSE Bug 1250410 for CVE-2025-9230",
"url": "https://bugzilla.suse.com/1250410"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-10T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-9230"
},
{
"cve": "CVE-2025-9231",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9231"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: A timing side-channel which could potentially allow remote\nrecovery of the private key exists in the SM2 algorithm implementation on 64 bit\nARM platforms.\n\nImpact summary: A timing side-channel in SM2 signature computations on 64 bit\nARM platforms could allow recovering the private key by an attacker..\n\nWhile remote key recovery over a network was not attempted by the reporter,\ntiming measurements revealed a timing signal which may allow such an attack.\n\nOpenSSL does not directly support certificates with SM2 keys in TLS, and so\nthis CVE is not relevant in most TLS contexts. However, given that it is\npossible to add support for such certificates via a custom provider, coupled\nwith the fact that in such a custom provider context the private key may be\nrecoverable via remote timing measurements, we consider this to be a Moderate\nseverity issue.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this\nissue, as SM2 is not an approved algorithm.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9231",
"url": "https://www.suse.com/security/cve/CVE-2025-9231"
},
{
"category": "external",
"summary": "SUSE Bug 1250233 for CVE-2025-9231",
"url": "https://bugzilla.suse.com/1250233"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-10T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-9231"
},
{
"cve": "CVE-2025-9232",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9232"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An application using the OpenSSL HTTP client API functions may\ntrigger an out-of-bounds read if the \u0027no_proxy\u0027 environment variable is set and\nthe host portion of the authority component of the HTTP URL is an IPv6 address.\n\nImpact summary: An out-of-bounds read can trigger a crash which leads to\nDenial of Service for an application.\n\nThe OpenSSL HTTP client API functions can be used directly by applications\nbut they are also used by the OCSP client functions and CMP (Certificate\nManagement Protocol) client implementation in OpenSSL. However the URLs used\nby these implementations are unlikely to be controlled by an attacker.\n\nIn this vulnerable code the out of bounds read can only trigger a crash.\nFurthermore the vulnerability requires an attacker-controlled URL to be\npassed from an application to the OpenSSL function and the user has to have\na \u0027no_proxy\u0027 environment variable set. For the aforementioned reasons the\nissue was assessed as Low severity.\n\nThe vulnerable code was introduced in the following patch releases:\n3.0.16, 3.1.8, 3.2.4, 3.3.3, 3.4.0 and 3.5.0.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this\nissue, as the HTTP client implementation is outside the OpenSSL FIPS module\nboundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9232",
"url": "https://www.suse.com/security/cve/CVE-2025-9232"
},
{
"category": "external",
"summary": "SUSE Bug 1250234 for CVE-2025-9232",
"url": "https://bugzilla.suse.com/1250234"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:regclient-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:regclient-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-10T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-9232"
}
]
}
OPENSUSE-SU-2025:15608-1
Vulnerability from csaf_opensuse - Published: 2025-10-08 00:00 - Updated: 2025-10-08 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "go1.24-1.24.8-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the go1.24-1.24.8-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15608",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15608-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47912 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47912/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58183 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58183/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58185 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58185/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58186 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58188 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58188/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58189 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61723 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61724 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61725 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61725/"
}
],
"title": "go1.24-1.24.8-1.1 on GA media",
"tracking": {
"current_release_date": "2025-10-08T00:00:00Z",
"generator": {
"date": "2025-10-08T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15608-1",
"initial_release_date": "2025-10-08T00:00:00Z",
"revision_history": [
{
"date": "2025-10-08T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.8-1.1.aarch64",
"product": {
"name": "go1.24-1.24.8-1.1.aarch64",
"product_id": "go1.24-1.24.8-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.8-1.1.aarch64",
"product": {
"name": "go1.24-doc-1.24.8-1.1.aarch64",
"product_id": "go1.24-doc-1.24.8-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-libstd-1.24.8-1.1.aarch64",
"product": {
"name": "go1.24-libstd-1.24.8-1.1.aarch64",
"product_id": "go1.24-libstd-1.24.8-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.8-1.1.aarch64",
"product": {
"name": "go1.24-race-1.24.8-1.1.aarch64",
"product_id": "go1.24-race-1.24.8-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.8-1.1.ppc64le",
"product": {
"name": "go1.24-1.24.8-1.1.ppc64le",
"product_id": "go1.24-1.24.8-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.8-1.1.ppc64le",
"product": {
"name": "go1.24-doc-1.24.8-1.1.ppc64le",
"product_id": "go1.24-doc-1.24.8-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-libstd-1.24.8-1.1.ppc64le",
"product": {
"name": "go1.24-libstd-1.24.8-1.1.ppc64le",
"product_id": "go1.24-libstd-1.24.8-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.8-1.1.ppc64le",
"product": {
"name": "go1.24-race-1.24.8-1.1.ppc64le",
"product_id": "go1.24-race-1.24.8-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.8-1.1.s390x",
"product": {
"name": "go1.24-1.24.8-1.1.s390x",
"product_id": "go1.24-1.24.8-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.8-1.1.s390x",
"product": {
"name": "go1.24-doc-1.24.8-1.1.s390x",
"product_id": "go1.24-doc-1.24.8-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-libstd-1.24.8-1.1.s390x",
"product": {
"name": "go1.24-libstd-1.24.8-1.1.s390x",
"product_id": "go1.24-libstd-1.24.8-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.8-1.1.s390x",
"product": {
"name": "go1.24-race-1.24.8-1.1.s390x",
"product_id": "go1.24-race-1.24.8-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.8-1.1.x86_64",
"product": {
"name": "go1.24-1.24.8-1.1.x86_64",
"product_id": "go1.24-1.24.8-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.8-1.1.x86_64",
"product": {
"name": "go1.24-doc-1.24.8-1.1.x86_64",
"product_id": "go1.24-doc-1.24.8-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-libstd-1.24.8-1.1.x86_64",
"product": {
"name": "go1.24-libstd-1.24.8-1.1.x86_64",
"product_id": "go1.24-libstd-1.24.8-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.8-1.1.x86_64",
"product": {
"name": "go1.24-race-1.24.8-1.1.x86_64",
"product_id": "go1.24-race-1.24.8-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.8-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64"
},
"product_reference": "go1.24-1.24.8-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.8-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le"
},
"product_reference": "go1.24-1.24.8-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.8-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x"
},
"product_reference": "go1.24-1.24.8-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.8-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64"
},
"product_reference": "go1.24-1.24.8-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.8-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.8-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.8-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.8-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.8-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x"
},
"product_reference": "go1.24-doc-1.24.8-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.8-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.8-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-libstd-1.24.8-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64"
},
"product_reference": "go1.24-libstd-1.24.8-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-libstd-1.24.8-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le"
},
"product_reference": "go1.24-libstd-1.24.8-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-libstd-1.24.8-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x"
},
"product_reference": "go1.24-libstd-1.24.8-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-libstd-1.24.8-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64"
},
"product_reference": "go1.24-libstd-1.24.8-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.8-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64"
},
"product_reference": "go1.24-race-1.24.8-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.8-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.8-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.8-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x"
},
"product_reference": "go1.24-race-1.24.8-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.8-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
},
"product_reference": "go1.24-race-1.24.8-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47912",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47912"
}
],
"notes": [
{
"category": "general",
"text": "The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: \"http://[::1]/\". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47912",
"url": "https://www.suse.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "SUSE Bug 1251257 for CVE-2025-47912",
"url": "https://bugzilla.suse.com/1251257"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-47912"
},
{
"cve": "CVE-2025-58183",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58183"
}
],
"notes": [
{
"category": "general",
"text": "tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58183",
"url": "https://www.suse.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "SUSE Bug 1251261 for CVE-2025-58183",
"url": "https://bugzilla.suse.com/1251261"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58183"
},
{
"cve": "CVE-2025-58185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58185"
}
],
"notes": [
{
"category": "general",
"text": "Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58185",
"url": "https://www.suse.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "SUSE Bug 1251258 for CVE-2025-58185",
"url": "https://bugzilla.suse.com/1251258"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58185"
},
{
"cve": "CVE-2025-58186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58186"
}
],
"notes": [
{
"category": "general",
"text": "Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as \"a=;\", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58186",
"url": "https://www.suse.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "SUSE Bug 1251259 for CVE-2025-58186",
"url": "https://bugzilla.suse.com/1251259"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58186"
},
{
"cve": "CVE-2025-58187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58187"
}
],
"notes": [
{
"category": "general",
"text": "Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58187",
"url": "https://www.suse.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "SUSE Bug 1251254 for CVE-2025-58187",
"url": "https://bugzilla.suse.com/1251254"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58187"
},
{
"cve": "CVE-2025-58188",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58188"
}
],
"notes": [
{
"category": "general",
"text": "Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equal method. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58188",
"url": "https://www.suse.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "SUSE Bug 1251260 for CVE-2025-58188",
"url": "https://bugzilla.suse.com/1251260"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-58188"
},
{
"cve": "CVE-2025-58189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58189"
}
],
"notes": [
{
"category": "general",
"text": "When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58189",
"url": "https://www.suse.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "SUSE Bug 1251255 for CVE-2025-58189",
"url": "https://bugzilla.suse.com/1251255"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58189"
},
{
"cve": "CVE-2025-61723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61723"
}
],
"notes": [
{
"category": "general",
"text": "The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61723",
"url": "https://www.suse.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "SUSE Bug 1251256 for CVE-2025-61723",
"url": "https://bugzilla.suse.com/1251256"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61723"
},
{
"cve": "CVE-2025-61724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61724"
}
],
"notes": [
{
"category": "general",
"text": "The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61724",
"url": "https://www.suse.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "SUSE Bug 1251262 for CVE-2025-61724",
"url": "https://bugzilla.suse.com/1251262"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61724"
},
{
"cve": "CVE-2025-61725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61725"
}
],
"notes": [
{
"category": "general",
"text": "The ParseAddress function constructeds domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61725",
"url": "https://www.suse.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "SUSE Bug 1251253 for CVE-2025-61725",
"url": "https://bugzilla.suse.com/1251253"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61725"
}
]
}
OPENSUSE-SU-2025:15609-1
Vulnerability from csaf_opensuse - Published: 2025-10-08 00:00 - Updated: 2025-10-08 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "go1.25-1.25.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the go1.25-1.25.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15609",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15609-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47912 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47912/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58183 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58183/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58185 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58185/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58186 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58188 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58188/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58189 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61723 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61724 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61725 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61725/"
}
],
"title": "go1.25-1.25.2-1.1 on GA media",
"tracking": {
"current_release_date": "2025-10-08T00:00:00Z",
"generator": {
"date": "2025-10-08T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15609-1",
"initial_release_date": "2025-10-08T00:00:00Z",
"revision_history": [
{
"date": "2025-10-08T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.2-1.1.aarch64",
"product": {
"name": "go1.25-1.25.2-1.1.aarch64",
"product_id": "go1.25-1.25.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.2-1.1.aarch64",
"product": {
"name": "go1.25-doc-1.25.2-1.1.aarch64",
"product_id": "go1.25-doc-1.25.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-libstd-1.25.2-1.1.aarch64",
"product": {
"name": "go1.25-libstd-1.25.2-1.1.aarch64",
"product_id": "go1.25-libstd-1.25.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.2-1.1.aarch64",
"product": {
"name": "go1.25-race-1.25.2-1.1.aarch64",
"product_id": "go1.25-race-1.25.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.2-1.1.ppc64le",
"product": {
"name": "go1.25-1.25.2-1.1.ppc64le",
"product_id": "go1.25-1.25.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.2-1.1.ppc64le",
"product": {
"name": "go1.25-doc-1.25.2-1.1.ppc64le",
"product_id": "go1.25-doc-1.25.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-libstd-1.25.2-1.1.ppc64le",
"product": {
"name": "go1.25-libstd-1.25.2-1.1.ppc64le",
"product_id": "go1.25-libstd-1.25.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.2-1.1.ppc64le",
"product": {
"name": "go1.25-race-1.25.2-1.1.ppc64le",
"product_id": "go1.25-race-1.25.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.2-1.1.s390x",
"product": {
"name": "go1.25-1.25.2-1.1.s390x",
"product_id": "go1.25-1.25.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.2-1.1.s390x",
"product": {
"name": "go1.25-doc-1.25.2-1.1.s390x",
"product_id": "go1.25-doc-1.25.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-libstd-1.25.2-1.1.s390x",
"product": {
"name": "go1.25-libstd-1.25.2-1.1.s390x",
"product_id": "go1.25-libstd-1.25.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.2-1.1.s390x",
"product": {
"name": "go1.25-race-1.25.2-1.1.s390x",
"product_id": "go1.25-race-1.25.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.2-1.1.x86_64",
"product": {
"name": "go1.25-1.25.2-1.1.x86_64",
"product_id": "go1.25-1.25.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.2-1.1.x86_64",
"product": {
"name": "go1.25-doc-1.25.2-1.1.x86_64",
"product_id": "go1.25-doc-1.25.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-libstd-1.25.2-1.1.x86_64",
"product": {
"name": "go1.25-libstd-1.25.2-1.1.x86_64",
"product_id": "go1.25-libstd-1.25.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.2-1.1.x86_64",
"product": {
"name": "go1.25-race-1.25.2-1.1.x86_64",
"product_id": "go1.25-race-1.25.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64"
},
"product_reference": "go1.25-1.25.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le"
},
"product_reference": "go1.25-1.25.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x"
},
"product_reference": "go1.25-1.25.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64"
},
"product_reference": "go1.25-1.25.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x"
},
"product_reference": "go1.25-doc-1.25.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-libstd-1.25.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64"
},
"product_reference": "go1.25-libstd-1.25.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-libstd-1.25.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le"
},
"product_reference": "go1.25-libstd-1.25.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-libstd-1.25.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x"
},
"product_reference": "go1.25-libstd-1.25.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-libstd-1.25.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64"
},
"product_reference": "go1.25-libstd-1.25.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64"
},
"product_reference": "go1.25-race-1.25.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x"
},
"product_reference": "go1.25-race-1.25.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47912",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47912"
}
],
"notes": [
{
"category": "general",
"text": "The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: \"http://[::1]/\". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47912",
"url": "https://www.suse.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "SUSE Bug 1251257 for CVE-2025-47912",
"url": "https://bugzilla.suse.com/1251257"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-47912"
},
{
"cve": "CVE-2025-58183",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58183"
}
],
"notes": [
{
"category": "general",
"text": "tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58183",
"url": "https://www.suse.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "SUSE Bug 1251261 for CVE-2025-58183",
"url": "https://bugzilla.suse.com/1251261"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58183"
},
{
"cve": "CVE-2025-58185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58185"
}
],
"notes": [
{
"category": "general",
"text": "Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58185",
"url": "https://www.suse.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "SUSE Bug 1251258 for CVE-2025-58185",
"url": "https://bugzilla.suse.com/1251258"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58185"
},
{
"cve": "CVE-2025-58186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58186"
}
],
"notes": [
{
"category": "general",
"text": "Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as \"a=;\", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58186",
"url": "https://www.suse.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "SUSE Bug 1251259 for CVE-2025-58186",
"url": "https://bugzilla.suse.com/1251259"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58186"
},
{
"cve": "CVE-2025-58187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58187"
}
],
"notes": [
{
"category": "general",
"text": "Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58187",
"url": "https://www.suse.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "SUSE Bug 1251254 for CVE-2025-58187",
"url": "https://bugzilla.suse.com/1251254"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58187"
},
{
"cve": "CVE-2025-58188",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58188"
}
],
"notes": [
{
"category": "general",
"text": "Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equal method. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58188",
"url": "https://www.suse.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "SUSE Bug 1251260 for CVE-2025-58188",
"url": "https://bugzilla.suse.com/1251260"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-58188"
},
{
"cve": "CVE-2025-58189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58189"
}
],
"notes": [
{
"category": "general",
"text": "When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58189",
"url": "https://www.suse.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "SUSE Bug 1251255 for CVE-2025-58189",
"url": "https://bugzilla.suse.com/1251255"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58189"
},
{
"cve": "CVE-2025-61723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61723"
}
],
"notes": [
{
"category": "general",
"text": "The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61723",
"url": "https://www.suse.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "SUSE Bug 1251256 for CVE-2025-61723",
"url": "https://bugzilla.suse.com/1251256"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61723"
},
{
"cve": "CVE-2025-61724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61724"
}
],
"notes": [
{
"category": "general",
"text": "The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61724",
"url": "https://www.suse.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "SUSE Bug 1251262 for CVE-2025-61724",
"url": "https://bugzilla.suse.com/1251262"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61724"
},
{
"cve": "CVE-2025-61725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61725"
}
],
"notes": [
{
"category": "general",
"text": "The ParseAddress function constructeds domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61725",
"url": "https://www.suse.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "SUSE Bug 1251253 for CVE-2025-61725",
"url": "https://bugzilla.suse.com/1251253"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25.2-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61725"
}
]
}
WID-SEC-W-2025-2227
Vulnerability from csaf_certbund - Published: 2025-10-07 22:00 - Updated: 2026-01-21 23:00Notes
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Go ist eine quelloffene Programmiersprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Golang Go ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren oder andere, nicht n\u00e4her spezifizierte Angriffe durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-2227 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2227.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2227 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2227"
},
{
"category": "external",
"summary": "Google Mailing List vom 2025-10-07",
"url": "https://groups.google.com/g/golang-nuts/c/Gxn25BP4MXk/m/3KrM-XBOBAAJ"
},
{
"category": "external",
"summary": "OSS Security Mailing List vom 2025-10-07",
"url": "https://seclists.org/oss-sec/2025/q4/18"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15609-1 vom 2025-10-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5U2RZ5ZQ7QZC7Q64L5ZGYYRBUCDDWOHV/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15608-1 vom 2025-10-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BPJE7TJNEWQ7LAT33ZWEYXIPJXK2CYFL/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03547-1 vom 2025-10-13",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/PWLY3ERCTOOMT2WHA3W4RFDL5R5D6NI2/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:3682-1 vom 2025-10-20",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/QSN7GBHICQT7L4ZW4AZLM43XGTLQRK2J/"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-3042 vom 2025-10-27",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-3042.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-01148DE25A vom 2025-10-31",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-01148de25a"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-AF04521261 vom 2025-10-31",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-af04521261"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-AC008831D6 vom 2025-11-05",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-ac008831d6"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-D1DADE0612 vom 2025-11-05",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-d1dade0612"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-122A933CAD vom 2025-11-05",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-122a933cad"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15703-1 vom 2025-11-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/KSDUD5LF2MRRU5JTCCP7MOV3FLUVTXLX/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-C1B04CBABA vom 2025-11-05",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-c1b04cbaba"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-078 vom 2025-11-06",
"url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-078.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2ECS-2025-077 vom 2025-11-06",
"url": "https://alas.aws.amazon.com/AL2/ALAS2ECS-2025-077.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2025-072 vom 2025-11-06",
"url": "https://alas.aws.amazon.com/AL2/ALAS2NITRO-ENCLAVES-2025-072.html"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-W2JF-268Q-MRVH vom 2025-11-06",
"url": "https://github.com/advisories/GHSA-w2jf-268q-mrvh"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15711-1 vom 2025-11-08",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/GSOQN2RH4GB4EVS4NWCVCQNETV2DXDNY/"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2ECS-2025-082 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2ECS-2025-082.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-3069 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-3069.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-3070 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-3070.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-3071 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-3071.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-080 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-080.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-081 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-081.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-082 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-082.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-085 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-085.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2ECS-2025-078 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2ECS-2025-078.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-079 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-079.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-083 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-083.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-084 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-084.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2ECS-2025-079 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2ECS-2025-079.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2ECS-2025-080 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2ECS-2025-080.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2ECS-2025-081 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2ECS-2025-081.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2025-073 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2NITRO-ENCLAVES-2025-073.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2025-074 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2NITRO-ENCLAVES-2025-074.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2025-075 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2NITRO-ENCLAVES-2025-075.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2025-076 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2NITRO-ENCLAVES-2025-076.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2025-077 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2NITRO-ENCLAVES-2025-077.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-F63E98E319 vom 2025-11-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-f63e98e319"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-E14E668AFA vom 2025-11-19",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-e14e668afa"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-15C3D1DCFC vom 2025-11-19",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-15c3d1dcfc"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-3E35532D2A vom 2025-11-19",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-3e35532d2a"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21779 vom 2025-11-20",
"url": "https://access.redhat.com/errata/RHSA-2025:21779"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21778 vom 2025-11-20",
"url": "https://access.redhat.com/errata/RHSA-2025:21778"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21815 vom 2025-11-20",
"url": "https://access.redhat.com/errata/RHSA-2025:21815"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21816 vom 2025-11-20",
"url": "https://access.redhat.com/errata/RHSA-2025:21816"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21856 vom 2025-11-20",
"url": "https://access.redhat.com/errata/RHSA-2025:21856"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:21815 vom 2025-11-21",
"url": "https://errata.build.resf.org/RLSA-2025:21815"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-45A7DD8F10 vom 2025-11-25",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-45a7dd8f10"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22011 vom 2025-11-25",
"url": "https://access.redhat.com/errata/RHSA-2025:22011"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22012 vom 2025-11-25",
"url": "https://access.redhat.com/errata/RHSA-2025:22012"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21964 vom 2025-11-24",
"url": "https://access.redhat.com/errata/RHSA-2025:21964"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-6B2336EC55 vom 2025-11-25",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-6b2336ec55"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-C7F4367479 vom 2025-11-25",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-c7f4367479"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22030 vom 2025-11-25",
"url": "https://access.redhat.com/errata/RHSA-2025:22030"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21815 vom 2025-11-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-21815.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4220-1 vom 2025-11-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/UOLZYXYXKUYHDTMI5MUWYMLKG6RQQB3S/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22011 vom 2025-11-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-22011.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22181 vom 2025-11-26",
"url": "https://access.redhat.com/errata/RHSA-2025:22181"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:21816 vom 2025-11-27",
"url": "https://errata.build.resf.org/RLSA-2025:21816"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22345 vom 2025-11-28",
"url": "https://access.redhat.com/errata/RHSA-2025:22345"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22011 vom 2025-11-28",
"url": "https://errata.build.resf.org/RLSA-2025:22011"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22012 vom 2025-11-28",
"url": "https://errata.build.resf.org/RLSA-2025:22012"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22255 vom 2025-12-02",
"url": "https://access.redhat.com/errata/RHSA-2025:22255"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22012 vom 2025-12-03",
"url": "https://linux.oracle.com/errata/ELSA-2025-22012.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22668 vom 2025-12-03",
"url": "https://access.redhat.com/errata/RHSA-2025:22668"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21816 vom 2025-12-03",
"url": "https://linux.oracle.com/errata/ELSA-2025-21816.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22743 vom 2025-12-04",
"url": "https://access.redhat.com/errata/RHSA-2025:22743"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22738 vom 2025-12-04",
"url": "https://access.redhat.com/errata/RHSA-2025:22738"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22668 vom 2025-12-04",
"url": "https://errata.build.resf.org/RLSA-2025:22668"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22759 vom 2025-12-04",
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-3079 vom 2025-12-08",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-3079.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22668 vom 2025-12-09",
"url": "http://linux.oracle.com/errata/ELSA-2025-22668.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-3078 vom 2025-12-08",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-3078.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2ECS-2025-083 vom 2025-12-08",
"url": "https://alas.aws.amazon.com/AL2/ALAS2ECS-2025-083.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22899 vom 2025-12-09",
"url": "https://access.redhat.com/errata/RHSA-2025:22899"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23002 vom 2025-12-10",
"url": "https://access.redhat.com/errata/RHSA-2025:23002"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23001 vom 2025-12-10",
"url": "https://access.redhat.com/errata/RHSA-2025:23001"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23088 vom 2025-12-11",
"url": "https://access.redhat.com/errata/RHSA-2025:23088"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23087 vom 2025-12-11",
"url": "https://access.redhat.com/errata/RHSA-2025:23087"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:23087 vom 2025-12-11",
"url": "https://errata.build.resf.org/RLSA-2025:23087"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23088 vom 2025-12-11",
"url": "https://linux.oracle.com/errata/ELSA-2025-23088.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-C67591D0A2 vom 2025-12-10",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-c67591d0a2"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23087 vom 2025-12-11",
"url": "https://linux.oracle.com/errata/ELSA-2025-23087.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:23088 vom 2025-12-13",
"url": "https://errata.build.resf.org/RLSA-2025:23088"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025-20157-1 vom 2025-12-14",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/2U4ZHXRG6FRV2PVCQEFXC42LYXWQIXQG/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21193-1 vom 2025-12-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023548.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21192-1 vom 2025-12-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023549.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23421 vom 2025-12-17",
"url": "https://access.redhat.com/errata/RHSA-2025:23421"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23546 vom 2025-12-17",
"url": "https://access.redhat.com/errata/RHSA-2025:23546"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23347 vom 2025-12-18",
"url": "https://access.redhat.com/errata/RHSA-2025:23347"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23348 vom 2025-12-18",
"url": "https://access.redhat.com/errata/RHSA-2025:23348"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23295 vom 2025-12-18",
"url": "https://access.redhat.com/errata/RHSA-2025:23295"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23294 vom 2025-12-18",
"url": "https://access.redhat.com/errata/RHSA-2025:23294"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23294 vom 2025-12-19",
"url": "https://linux.oracle.com/errata/ELSA-2025-23294.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23295 vom 2025-12-19",
"url": "https://linux.oracle.com/errata/ELSA-2025-23295.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23326 vom 2025-12-18",
"url": "https://access.redhat.com/errata/RHSA-2025:23326"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23325 vom 2025-12-18",
"url": "https://access.redhat.com/errata/RHSA-2025:23325"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23374 vom 2025-12-18",
"url": "https://access.redhat.com/errata/RHSA-2025:23374"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23394 vom 2025-12-18",
"url": "https://access.redhat.com/errata/RHSA-2025:23394"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:23374 vom 2025-12-19",
"url": "https://errata.build.resf.org/RLSA-2025:23374"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23325 vom 2025-12-19",
"url": "https://linux.oracle.com/errata/ELSA-2025-23325.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23326 vom 2025-12-19",
"url": "https://linux.oracle.com/errata/ELSA-2025-23326.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:23326 vom 2025-12-19",
"url": "https://errata.build.resf.org/RLSA-2025:23326"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:23325 vom 2025-12-19",
"url": "https://errata.build.resf.org/RLSA-2025:23325"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:23295 vom 2025-12-20",
"url": "https://errata.build.resf.org/RLSA-2025:23295"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:23294 vom 2025-12-20",
"url": "https://errata.build.resf.org/RLSA-2025:23294"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-6A38045E00 vom 2025-12-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-6a38045e00"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-0ABE7A3DA8 vom 2025-12-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-0abe7a3da8"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-CFDD59F20F vom 2025-12-21",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-cfdd59f20f"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-723B7F2990 vom 2025-12-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-723b7f2990"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-570618AF7E vom 2025-12-21",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-570618af7e"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-36B3527937 vom 2025-12-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-36b3527937"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23733 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23733"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-12B00D8E2C vom 2025-12-21",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-12b00d8e2c"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23747 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23747"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23746 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23746"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23741 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23741"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-17F9C28389 vom 2025-12-21",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-17f9c28389"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7255416 vom 2025-12-19",
"url": "https://www.ibm.com/support/pages/node/7255416"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23736 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23736"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23740 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23740"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23737 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23737"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23948 vom 2025-12-23",
"url": "https://linux.oracle.com/errata/ELSA-2025-23948.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23374 vom 2025-12-22",
"url": "https://linux.oracle.com/errata/ELSA-2025-23374.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23948 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23948"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:23948 vom 2025-12-23",
"url": "https://errata.build.resf.org/RLSA-2025:23948"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23543 vom 2025-12-25",
"url": "http://linux.oracle.com/errata/ELSA-2025-23543.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-3121 vom 2026-01-05",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-3121.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0227 vom 2026-01-07",
"url": "https://access.redhat.com/errata/RHSA-2026:0227"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0246 vom 2026-01-07",
"url": "https://access.redhat.com/errata/RHSA-2026:0246"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0226 vom 2026-01-07",
"url": "https://access.redhat.com/errata/RHSA-2026:0226"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0244 vom 2026-01-07",
"url": "https://access.redhat.com/errata/RHSA-2026:0244"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0245 vom 2026-01-07",
"url": "https://access.redhat.com/errata/RHSA-2026:0245"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0243 vom 2026-01-07",
"url": "https://access.redhat.com/errata/RHSA-2026:0243"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0314 vom 2026-01-08",
"url": "https://access.redhat.com/errata/RHSA-2026:0314"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0424 vom 2026-01-12",
"url": "https://access.redhat.com/errata/RHSA-2026:0424"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0426 vom 2026-01-12",
"url": "https://access.redhat.com/errata/RHSA-2026:0426"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0477 vom 2026-01-12",
"url": "https://access.redhat.com/errata/RHSA-2026:0477"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0527 vom 2026-01-13",
"url": "https://access.redhat.com/errata/RHSA-2026:0527"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0530 vom 2026-01-13",
"url": "https://access.redhat.com/errata/RHSA-2026:0530"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0627 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0671 vom 2026-01-15",
"url": "https://access.redhat.com/errata/RHSA-2026:0671"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0718 vom 2026-01-15",
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-0753 vom 2026-01-20",
"url": "http://linux.oracle.com/errata/ELSA-2026-0753.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0663 vom 2026-01-22",
"url": "https://access.redhat.com/errata/RHSA-2026:0663"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0973 vom 2026-01-22",
"url": "https://access.redhat.com/errata/RHSA-2026:0973"
}
],
"source_lang": "en-US",
"title": "Golang Go: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-21T23:00:00.000+00:00",
"generator": {
"date": "2026-01-22T08:56:05.499+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-2227",
"initial_release_date": "2025-10-07T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-10-07T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-10-09T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-10-12T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-20T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-27T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-10-29T23:00:00.000+00:00",
"number": "6",
"summary": "Referenz(en) aufgenommen: EUVD-2025-36732, EUVD-2025-36736, EUVD-2025-36735, EUVD-2025-36734, EUVD-2025-36737, EUVD-2025-36738, EUVD-2025-36733, GO-2025-4006, GO-2025-4008, GO-2025-4015, GO-2025-4014, EUVD-2025-36730, EUVD-2025-36731, GO-2025-4009, GO-2025-4010, GO-2025-4011, GO-2025-4012, GO-2025-4013, GO-2025-4007, EUVD-2025-36739"
},
{
"date": "2025-11-02T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-11-05T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Fedora und openSUSE aufgenommen"
},
{
"date": "2025-11-06T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-11-09T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-11-10T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-11-16T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-11-18T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-11-19T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-20T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-23T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-11-24T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Fedora und Red Hat aufgenommen"
},
{
"date": "2025-11-25T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Oracle Linux und SUSE aufgenommen"
},
{
"date": "2025-11-26T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-27T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-02T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-03T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2025-12-04T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-08T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Amazon, Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2025-12-09T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-10T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat, Rocky Enterprise Software Foundation, Oracle Linux und Fedora aufgenommen"
},
{
"date": "2025-12-14T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und openSUSE aufgenommen"
},
{
"date": "2025-12-15T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-16T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-17T23:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-18T23:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Oracle Linux, Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-12-21T23:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Rocky Enterprise Software Foundation, Fedora, Red Hat und IBM aufgenommen"
},
{
"date": "2025-12-22T23:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2025-12-28T23:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-01-05T23:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2026-01-06T23:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-07T23:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-11T23:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-12T23:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-13T23:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-14T23:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-15T23:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-19T23:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-01-21T23:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "44"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.25.2",
"product": {
"name": "Golang Go \u003c1.25.2",
"product_id": "T047464"
}
},
{
"category": "product_version",
"name": "1.25.2",
"product": {
"name": "Golang Go 1.25.2",
"product_id": "T047464-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:golang:go:1.25.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c1.24.8",
"product": {
"name": "Golang Go \u003c1.24.8",
"product_id": "T047465"
}
},
{
"category": "product_version",
"name": "1.24.8",
"product": {
"name": "Golang Go 1.24.8",
"product_id": "T047465-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:golang:go:1.24.8"
}
}
}
],
"category": "product_name",
"name": "Go"
}
],
"category": "vendor",
"name": "Golang"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "Certified Container \u003c13.0.6.0-r1",
"product": {
"name": "IBM App Connect Enterprise Certified Container \u003c13.0.6.0-r1",
"product_id": "T049620"
}
},
{
"category": "product_version",
"name": "Certified Container 13.0.6.0-r1",
"product": {
"name": "IBM App Connect Enterprise Certified Container 13.0.6.0-r1",
"product_id": "T049620-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:certified_container__13.0.6.0-r1"
}
}
},
{
"category": "product_version_range",
"name": "Certified Container \u003c12.0.12-r19",
"product": {
"name": "IBM App Connect Enterprise Certified Container \u003c12.0.12-r19",
"product_id": "T049621"
}
},
{
"category": "product_version",
"name": "Certified Container 12.0.12-r19",
"product": {
"name": "IBM App Connect Enterprise Certified Container 12.0.12-r19",
"product_id": "T049621-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:certified_container__12.0.12-r19"
}
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.10.7",
"product": {
"name": "Open Source OpenTofu \u003c1.10.7",
"product_id": "T048371"
}
},
{
"category": "product_version",
"name": "1.10.7",
"product": {
"name": "Open Source OpenTofu 1.10.7",
"product_id": "T048371-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:opentofu:opentofu:1.10.7"
}
}
}
],
"category": "product_name",
"name": "OpenTofu"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version_range",
"name": "Quay \u003c3.16.0",
"product": {
"name": "Red Hat Enterprise Linux Quay \u003c3.16.0",
"product_id": "T049495"
}
},
{
"category": "product_version",
"name": "Quay 3.16.0",
"product": {
"name": "Red Hat Enterprise Linux Quay 3.16.0",
"product_id": "T049495-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:quay__3.16.0"
}
}
},
{
"category": "product_version",
"name": "VolSync",
"product": {
"name": "Red Hat Enterprise Linux VolSync",
"product_id": "T049873",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:volsync"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.20.6",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.20.6",
"product_id": "T049018"
}
},
{
"category": "product_version",
"name": "Container Platform 4.20.6",
"product": {
"name": "Red Hat OpenShift Container Platform 4.20.6",
"product_id": "T049018-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.20.6"
}
}
},
{
"category": "product_version_range",
"name": "Service Mesh \u003c2.6.12",
"product": {
"name": "Red Hat OpenShift Service Mesh \u003c2.6.12",
"product_id": "T049923"
}
},
{
"category": "product_version",
"name": "Service Mesh 2.6.12",
"product": {
"name": "Red Hat OpenShift Service Mesh 2.6.12",
"product_id": "T049923-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:service_mesh__2.6.12"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47912",
"product_status": {
"known_affected": [
"T049495",
"67646",
"T048371",
"T004914",
"T032255",
"74185",
"T049923",
"T002207",
"T027843",
"T049873",
"T049620",
"T047464",
"398363",
"T049018",
"T047465",
"T049621"
]
},
"release_date": "2025-10-07T22:00:00.000+00:00",
"title": "CVE-2025-47912"
},
{
"cve": "CVE-2025-58183",
"product_status": {
"known_affected": [
"T049495",
"67646",
"T048371",
"T004914",
"T032255",
"74185",
"T049923",
"T002207",
"T027843",
"T049873",
"T049620",
"T047464",
"398363",
"T049018",
"T047465",
"T049621"
]
},
"release_date": "2025-10-07T22:00:00.000+00:00",
"title": "CVE-2025-58183"
},
{
"cve": "CVE-2025-58185",
"product_status": {
"known_affected": [
"T049495",
"67646",
"T048371",
"T004914",
"T032255",
"74185",
"T049923",
"T002207",
"T027843",
"T049873",
"T049620",
"T047464",
"398363",
"T049018",
"T047465",
"T049621"
]
},
"release_date": "2025-10-07T22:00:00.000+00:00",
"title": "CVE-2025-58185"
},
{
"cve": "CVE-2025-58186",
"product_status": {
"known_affected": [
"T049495",
"67646",
"T048371",
"T004914",
"T032255",
"74185",
"T049923",
"T002207",
"T027843",
"T049873",
"T049620",
"T047464",
"398363",
"T049018",
"T047465",
"T049621"
]
},
"release_date": "2025-10-07T22:00:00.000+00:00",
"title": "CVE-2025-58186"
},
{
"cve": "CVE-2025-58187",
"product_status": {
"known_affected": [
"T049495",
"67646",
"T048371",
"T004914",
"T032255",
"74185",
"T049923",
"T002207",
"T027843",
"T049873",
"T049620",
"T047464",
"398363",
"T049018",
"T047465",
"T049621"
]
},
"release_date": "2025-10-07T22:00:00.000+00:00",
"title": "CVE-2025-58187"
},
{
"cve": "CVE-2025-58188",
"product_status": {
"known_affected": [
"T049495",
"67646",
"T048371",
"T004914",
"T032255",
"74185",
"T049923",
"T002207",
"T027843",
"T049873",
"T049620",
"T047464",
"398363",
"T049018",
"T047465",
"T049621"
]
},
"release_date": "2025-10-07T22:00:00.000+00:00",
"title": "CVE-2025-58188"
},
{
"cve": "CVE-2025-58189",
"product_status": {
"known_affected": [
"T049495",
"67646",
"T048371",
"T004914",
"T032255",
"74185",
"T049923",
"T002207",
"T027843",
"T049873",
"T049620",
"T047464",
"398363",
"T049018",
"T047465",
"T049621"
]
},
"release_date": "2025-10-07T22:00:00.000+00:00",
"title": "CVE-2025-58189"
},
{
"cve": "CVE-2025-61723",
"product_status": {
"known_affected": [
"T049495",
"67646",
"T048371",
"T004914",
"T032255",
"74185",
"T049923",
"T002207",
"T027843",
"T049873",
"T049620",
"T047464",
"398363",
"T049018",
"T047465",
"T049621"
]
},
"release_date": "2025-10-07T22:00:00.000+00:00",
"title": "CVE-2025-61723"
},
{
"cve": "CVE-2025-61724",
"product_status": {
"known_affected": [
"T049495",
"67646",
"T048371",
"T004914",
"T032255",
"74185",
"T049923",
"T002207",
"T027843",
"T049873",
"T049620",
"T047464",
"398363",
"T049018",
"T047465",
"T049621"
]
},
"release_date": "2025-10-07T22:00:00.000+00:00",
"title": "CVE-2025-61724"
},
{
"cve": "CVE-2025-61725",
"product_status": {
"known_affected": [
"T049495",
"67646",
"T048371",
"T004914",
"T032255",
"74185",
"T049923",
"T002207",
"T027843",
"T049873",
"T049620",
"T047464",
"398363",
"T049018",
"T047465",
"T049621"
]
},
"release_date": "2025-10-07T22:00:00.000+00:00",
"title": "CVE-2025-61725"
}
]
}
SUSE-SU-2025:21192-1
Vulnerability from csaf_suse - Published: 2025-12-12 07:24 - Updated: 2025-12-12 07:24Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.25",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.25 fixes the following issues:\n\nUpdate to go1.25.5.\n\nSecurity issues fixed:\n\n- CVE-2025-61729: crypto/x509: excessive resource consumption in printing error string for host certificate validation\n (bsc#1254431).\n- CVE-2025-61727: crypto/x509: excluded subdomain constraint doesn\u0027t preclude wildcard SAN (bsc#1254430).\n- CVE-2025-61725: net/mail: excessive CPU consumption in ParseAddress (bsc#1251253).\n- CVE-2025-61724: net/textproto: excessive CPU consumption in Reader.ReadResponse (bsc#1251262).\n- CVE-2025-61723: encoding/pem: quadratic complexity when parsing some invalid inputs (bsc#1251256).\n- CVE-2025-58189: crypto/tls: ALPN negotiation error contains attacker controlled information (bsc#1251255).\n- CVE-2025-58188: crypto/x509: panic when validating certificates with DSA public keys (bsc#1251260).\n- CVE-2025-58187: crypto/x509: quadratic complexity when checking name constraints (bsc#1251254).\n- CVE-2025-58186: net/http: lack of limit when parsing cookies can cause memory exhaustion (bsc#1251259).\n- CVE-2025-58185: encoding/asn1: pre-allocating memory when parsing DER payload can cause memory exhaustion\n (bsc#1251258).\n- CVE-2025-58183: archive/tar: unbounded allocation when parsing GNU sparse map (bsc#1251261).\n- CVE-2025-47912: net/url: insufficient validation of bracketed IPv6 hostnames (bsc#1251257).\n- CVE-2025-47910: net/http: CrossOriginProtection insecure bypass patterns not limited to exact matches (bsc#1249141).\n\nOther issues fixed and changes:\n\n- Version 1.25.5:\n * go#76245 mime: FormatMediaType and ParseMediaType not compatible across 1.24 to 1.25\n * go#76360 os: on windows RemoveAll removing directories containing read-only files errors with unlinkat ... Access\n is denied, ReOpenFile error handling followup\n\n- Version 1.25.4:\n * go#75480 cmd/link: linker panic and relocation errors with complex generics inlining\n * go#75775 runtime: build fails when run via QEMU for linux/amd64 running on linux/arm64\n * go#75790 crypto/internal/fips140/subtle: Go 1.25 subtle.xorBytes panic on MIPS\n * go#75832 net/url: ipv4 mapped ipv6 addresses should be valid in square brackets\n * go#75952 encoding/pem: regression when decoding blocks with leading garbage\n * go#75989 os: on windows RemoveAll removing directories containing read-only files errors with unlinkat ... Access\n is denied\n * go#76010 cmd/compile: any(func(){})==any(func(){}) does not panic but should\n * go#76029 pem/encoding: malformed line endings can cause panics\n\n- Version 1.25.3:\n * go#75861 crypto/x509: TLS validation fails for FQDNs with trailing dot\n * go#75777 spec: Go1.25 spec should be dated closer to actual release date\n\n- Version 1.25.2:\n * go#75111 os, syscall: volume handles with FILE_FLAG_OVERLAPPED fail when calling ReadAt\n * go#75116 os: Root.MkdirAll can return \"file exists\" when called concurrently on the same path\n * go#75139 os: Root.OpenRoot sets incorrect name, losing prefix of original root\n * go#75221 debug/pe: pe.Open fails on object files produced by llvm-mingw 21\n * go#75255 cmd/compile: export to DWARF types only referenced through interfaces\n * go#75347 testing/synctest: test timeout with no runnable goroutines\n * go#75357 net: new test TestIPv4WriteMsgUDPAddrPortTargetAddrIPVersion fails on plan9\n * go#75524 crypto/internal/fips140/rsa: requires a panic if self-tests fail\n * go#75537 context: Err can return non-nil before Done channel is closed\n * go#75539 net/http: internal error: connCount underflow\n * go#75595 cmd/compile: internal compiler error with GOEXPERIMENT=cgocheck2 on github.com/leodido/go-urn\n * go#75610 sync/atomic: comment for Uintptr.Or incorrectly describes return value\n * go#75669 runtime: debug.decoratemappings don\u0027t work as expected\n\n- Version 1.25.1:\n * go#74822 cmd/go: \"get toolchain@latest\" should ignore release candidates\n * go#74999 net: WriteMsgUDPAddrPort should accept IPv4-mapped IPv6 destination addresses on IPv4 UDP sockets\n * go#75008 os/exec: TestLookPath fails on plan9 after CL 685755\n * go#75021 testing/synctest: bubble not terminating\n * go#75083 os: File.Seek doesn\u0027t set the correct offset with Windows overlapped handles\n\n- Packaging: migrate from update-alternatives to libalternatives (bsc#1245878).\n- Fix runtime condition for gcc/gcc7 dependency.\n- Use at least gcc 7 for all architectures (bsc#1254227).\n- Package svgpan.js to fix issues with \"go tool pprof\" (boo#1249985).\n- Drop unused gccgo bootstrap code in go1.22+ (bsc#1248082).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-102",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_21192-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:21192-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202521192-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:21192-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023549.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244485",
"url": "https://bugzilla.suse.com/1244485"
},
{
"category": "self",
"summary": "SUSE Bug 1245878",
"url": "https://bugzilla.suse.com/1245878"
},
{
"category": "self",
"summary": "SUSE Bug 1247816",
"url": "https://bugzilla.suse.com/1247816"
},
{
"category": "self",
"summary": "SUSE Bug 1248082",
"url": "https://bugzilla.suse.com/1248082"
},
{
"category": "self",
"summary": "SUSE Bug 1249141",
"url": "https://bugzilla.suse.com/1249141"
},
{
"category": "self",
"summary": "SUSE Bug 1249985",
"url": "https://bugzilla.suse.com/1249985"
},
{
"category": "self",
"summary": "SUSE Bug 1251253",
"url": "https://bugzilla.suse.com/1251253"
},
{
"category": "self",
"summary": "SUSE Bug 1251254",
"url": "https://bugzilla.suse.com/1251254"
},
{
"category": "self",
"summary": "SUSE Bug 1251255",
"url": "https://bugzilla.suse.com/1251255"
},
{
"category": "self",
"summary": "SUSE Bug 1251256",
"url": "https://bugzilla.suse.com/1251256"
},
{
"category": "self",
"summary": "SUSE Bug 1251257",
"url": "https://bugzilla.suse.com/1251257"
},
{
"category": "self",
"summary": "SUSE Bug 1251258",
"url": "https://bugzilla.suse.com/1251258"
},
{
"category": "self",
"summary": "SUSE Bug 1251259",
"url": "https://bugzilla.suse.com/1251259"
},
{
"category": "self",
"summary": "SUSE Bug 1251260",
"url": "https://bugzilla.suse.com/1251260"
},
{
"category": "self",
"summary": "SUSE Bug 1251261",
"url": "https://bugzilla.suse.com/1251261"
},
{
"category": "self",
"summary": "SUSE Bug 1251262",
"url": "https://bugzilla.suse.com/1251262"
},
{
"category": "self",
"summary": "SUSE Bug 1254227",
"url": "https://bugzilla.suse.com/1254227"
},
{
"category": "self",
"summary": "SUSE Bug 1254430",
"url": "https://bugzilla.suse.com/1254430"
},
{
"category": "self",
"summary": "SUSE Bug 1254431",
"url": "https://bugzilla.suse.com/1254431"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47910 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47910/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47912 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47912/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58183 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58183/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58185 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58185/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58186 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58188 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58188/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58189 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61723 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61724 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61725 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61725/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61727/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61729 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61729/"
}
],
"title": "Security update for go1.25",
"tracking": {
"current_release_date": "2025-12-12T07:24:50Z",
"generator": {
"date": "2025-12-12T07:24:50Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:21192-1",
"initial_release_date": "2025-12-12T07:24:50Z",
"revision_history": [
{
"date": "2025-12-12T07:24:50Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.5-160000.1.1.aarch64",
"product": {
"name": "go1.25-1.25.5-160000.1.1.aarch64",
"product_id": "go1.25-1.25.5-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.5-160000.1.1.aarch64",
"product": {
"name": "go1.25-doc-1.25.5-160000.1.1.aarch64",
"product_id": "go1.25-doc-1.25.5-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-libstd-1.25.5-160000.1.1.aarch64",
"product": {
"name": "go1.25-libstd-1.25.5-160000.1.1.aarch64",
"product_id": "go1.25-libstd-1.25.5-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.5-160000.1.1.aarch64",
"product": {
"name": "go1.25-race-1.25.5-160000.1.1.aarch64",
"product_id": "go1.25-race-1.25.5-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.5-160000.1.1.ppc64le",
"product": {
"name": "go1.25-1.25.5-160000.1.1.ppc64le",
"product_id": "go1.25-1.25.5-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.5-160000.1.1.ppc64le",
"product": {
"name": "go1.25-doc-1.25.5-160000.1.1.ppc64le",
"product_id": "go1.25-doc-1.25.5-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.5-160000.1.1.ppc64le",
"product": {
"name": "go1.25-race-1.25.5-160000.1.1.ppc64le",
"product_id": "go1.25-race-1.25.5-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.5-160000.1.1.s390x",
"product": {
"name": "go1.25-1.25.5-160000.1.1.s390x",
"product_id": "go1.25-1.25.5-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.5-160000.1.1.s390x",
"product": {
"name": "go1.25-doc-1.25.5-160000.1.1.s390x",
"product_id": "go1.25-doc-1.25.5-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.5-160000.1.1.s390x",
"product": {
"name": "go1.25-race-1.25.5-160000.1.1.s390x",
"product_id": "go1.25-race-1.25.5-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.5-160000.1.1.x86_64",
"product": {
"name": "go1.25-1.25.5-160000.1.1.x86_64",
"product_id": "go1.25-1.25.5-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.5-160000.1.1.x86_64",
"product": {
"name": "go1.25-doc-1.25.5-160000.1.1.x86_64",
"product_id": "go1.25-doc-1.25.5-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-libstd-1.25.5-160000.1.1.x86_64",
"product": {
"name": "go1.25-libstd-1.25.5-160000.1.1.x86_64",
"product_id": "go1.25-libstd-1.25.5-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.5-160000.1.1.x86_64",
"product": {
"name": "go1.25-race-1.25.5-160000.1.1.x86_64",
"product_id": "go1.25-race-1.25.5-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.5-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64"
},
"product_reference": "go1.25-1.25.5-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.5-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le"
},
"product_reference": "go1.25-1.25.5-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.5-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x"
},
"product_reference": "go1.25-1.25.5-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.5-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64"
},
"product_reference": "go1.25-1.25.5-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.5-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.5-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.5-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.5-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.5-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x"
},
"product_reference": "go1.25-doc-1.25.5-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.5-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.5-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-libstd-1.25.5-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64"
},
"product_reference": "go1.25-libstd-1.25.5-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-libstd-1.25.5-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64"
},
"product_reference": "go1.25-libstd-1.25.5-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.5-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64"
},
"product_reference": "go1.25-race-1.25.5-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.5-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.5-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.5-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x"
},
"product_reference": "go1.25-race-1.25.5-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.5-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
},
"product_reference": "go1.25-race-1.25.5-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.5-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64"
},
"product_reference": "go1.25-1.25.5-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.5-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le"
},
"product_reference": "go1.25-1.25.5-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.5-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x"
},
"product_reference": "go1.25-1.25.5-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.5-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64"
},
"product_reference": "go1.25-1.25.5-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.5-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.5-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.5-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.5-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.5-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x"
},
"product_reference": "go1.25-doc-1.25.5-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.5-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.5-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-libstd-1.25.5-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64"
},
"product_reference": "go1.25-libstd-1.25.5-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-libstd-1.25.5-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64"
},
"product_reference": "go1.25-libstd-1.25.5-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.5-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64"
},
"product_reference": "go1.25-race-1.25.5-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.5-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.5-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.5-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x"
},
"product_reference": "go1.25-race-1.25.5-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.5-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
},
"product_reference": "go1.25-race-1.25.5-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47910",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47910"
}
],
"notes": [
{
"category": "general",
"text": "When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original request path, which may be served by a different handler without the intended security protections.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47910",
"url": "https://www.suse.com/security/cve/CVE-2025-47910"
},
{
"category": "external",
"summary": "SUSE Bug 1249141 for CVE-2025-47910",
"url": "https://bugzilla.suse.com/1249141"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:24:50Z",
"details": "moderate"
}
],
"title": "CVE-2025-47910"
},
{
"cve": "CVE-2025-47912",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47912"
}
],
"notes": [
{
"category": "general",
"text": "The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: \"http://[::1]/\". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47912",
"url": "https://www.suse.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "SUSE Bug 1251257 for CVE-2025-47912",
"url": "https://bugzilla.suse.com/1251257"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:24:50Z",
"details": "important"
}
],
"title": "CVE-2025-47912"
},
{
"cve": "CVE-2025-58183",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58183"
}
],
"notes": [
{
"category": "general",
"text": "tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58183",
"url": "https://www.suse.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "SUSE Bug 1251261 for CVE-2025-58183",
"url": "https://bugzilla.suse.com/1251261"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:24:50Z",
"details": "moderate"
}
],
"title": "CVE-2025-58183"
},
{
"cve": "CVE-2025-58185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58185"
}
],
"notes": [
{
"category": "general",
"text": "Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58185",
"url": "https://www.suse.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "SUSE Bug 1251258 for CVE-2025-58185",
"url": "https://bugzilla.suse.com/1251258"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:24:50Z",
"details": "moderate"
}
],
"title": "CVE-2025-58185"
},
{
"cve": "CVE-2025-58186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58186"
}
],
"notes": [
{
"category": "general",
"text": "Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as \"a=;\", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58186",
"url": "https://www.suse.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "SUSE Bug 1251259 for CVE-2025-58186",
"url": "https://bugzilla.suse.com/1251259"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:24:50Z",
"details": "moderate"
}
],
"title": "CVE-2025-58186"
},
{
"cve": "CVE-2025-58187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58187"
}
],
"notes": [
{
"category": "general",
"text": "Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58187",
"url": "https://www.suse.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "SUSE Bug 1251254 for CVE-2025-58187",
"url": "https://bugzilla.suse.com/1251254"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:24:50Z",
"details": "moderate"
}
],
"title": "CVE-2025-58187"
},
{
"cve": "CVE-2025-58188",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58188"
}
],
"notes": [
{
"category": "general",
"text": "Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equal method. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58188",
"url": "https://www.suse.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "SUSE Bug 1251260 for CVE-2025-58188",
"url": "https://bugzilla.suse.com/1251260"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:24:50Z",
"details": "important"
}
],
"title": "CVE-2025-58188"
},
{
"cve": "CVE-2025-58189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58189"
}
],
"notes": [
{
"category": "general",
"text": "When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58189",
"url": "https://www.suse.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "SUSE Bug 1251255 for CVE-2025-58189",
"url": "https://bugzilla.suse.com/1251255"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:24:50Z",
"details": "moderate"
}
],
"title": "CVE-2025-58189"
},
{
"cve": "CVE-2025-61723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61723"
}
],
"notes": [
{
"category": "general",
"text": "The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61723",
"url": "https://www.suse.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "SUSE Bug 1251256 for CVE-2025-61723",
"url": "https://bugzilla.suse.com/1251256"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:24:50Z",
"details": "moderate"
}
],
"title": "CVE-2025-61723"
},
{
"cve": "CVE-2025-61724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61724"
}
],
"notes": [
{
"category": "general",
"text": "The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61724",
"url": "https://www.suse.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "SUSE Bug 1251262 for CVE-2025-61724",
"url": "https://bugzilla.suse.com/1251262"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:24:50Z",
"details": "moderate"
}
],
"title": "CVE-2025-61724"
},
{
"cve": "CVE-2025-61725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61725"
}
],
"notes": [
{
"category": "general",
"text": "The ParseAddress function constructs domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61725",
"url": "https://www.suse.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "SUSE Bug 1251253 for CVE-2025-61725",
"url": "https://bugzilla.suse.com/1251253"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:24:50Z",
"details": "moderate"
}
],
"title": "CVE-2025-61725"
},
{
"cve": "CVE-2025-61727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61727"
}
],
"notes": [
{
"category": "general",
"text": "An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. For example a constraint that excludes the subdomain test.example.com does not prevent a leaf certificate from claiming the SAN *.example.com.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61727",
"url": "https://www.suse.com/security/cve/CVE-2025-61727"
},
{
"category": "external",
"summary": "SUSE Bug 1254430 for CVE-2025-61727",
"url": "https://bugzilla.suse.com/1254430"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:24:50Z",
"details": "important"
}
],
"title": "CVE-2025-61727"
},
{
"cve": "CVE-2025-61729",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61729"
}
],
"notes": [
{
"category": "general",
"text": "Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61729",
"url": "https://www.suse.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "SUSE Bug 1254431 for CVE-2025-61729",
"url": "https://bugzilla.suse.com/1254431"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.25-race-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-doc-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-libstd-1.25.5-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.25-race-1.25.5-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:24:50Z",
"details": "important"
}
],
"title": "CVE-2025-61729"
}
]
}
SUSE-SU-2025:3682-1
Vulnerability from csaf_suse - Published: 2025-10-20 13:12 - Updated: 2025-10-20 13:12Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.24",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.24 fixes the following issues:\n\ngo1.24.9 (released 2025-10-13) includes fixes to the crypto/x509\npackage. (bsc#1236217)\n\n* crypto/x509: TLS validation fails for FQDNs with trailing dot\n\ngo1.24.8 (released 2025-10-07) includes security fixes to the\narchive/tar, crypto/tls, crypto/x509, encoding/asn1,\nencoding/pem, net/http, net/mail, net/textproto, and net/url\npackages, as well as bug fixes to the compiler, the linker, and\nthe debug/pe, net/http, os, and sync/atomic packages.\n(bsc#1236217)\n\n CVE-2025-58189 CVE-2025-61725 CVE-2025-58188 CVE-2025-58185 CVE-2025-58186 CVE-2025-61723 CVE-2025-58183 CVE-2025-47912 CVE-2025-58187 CVE-2025-61724:\n\n * bsc#1251255 CVE-2025-58189: crypto/tls: ALPN negotiation error contains attacker controlled information\n * bsc#1251253 CVE-2025-61725: net/mail: excessive CPU consumption in ParseAddress\n * bsc#1251260 CVE-2025-58188: crypto/x509: panic when validating certificates with DSA public keys\n * bsc#1251258 CVE-2025-58185: encoding/asn1: pre-allocating memory when parsing DER payload can cause memory exhaustion\n * bsc#1251259 CVE-2025-58186: net/http: lack of limit when parsing cookies can cause memory exhaustion\n * bsc#1251256 CVE-2025-61723: encoding/pem: quadratic complexity when parsing some invalid inputs\n * bsc#1251261 CVE-2025-58183: archive/tar: unbounded allocation when parsing GNU sparse map\n * bsc#1251257 CVE-2025-47912: net/url: insufficient validation of bracketed IPv6 hostnames\n * bsc#1251254 CVE-2025-58187: crypto/x509: quadratic complexity when checking name constraints\n * bsc#1251262 CVE-2025-61724: net/textproto: excessive CPU consumption in Reader.ReadResponse\n * os: Root.OpenRoot sets incorrect name, losing prefix of original root\n * debug/pe: pe.Open fails on object files produced by llvm-mingw 21\n * cmd/link: panic on riscv64 with CGO enabled due to empty container symbol\n * net: new test TestIPv4WriteMsgUDPAddrPortTargetAddrIPVersion fails on plan9\n * os: new test TestOpenFileCreateExclDanglingSymlink fails on Plan 9\n * crypto/internal/fips140/rsa: requires a panic if self-tests fail\n * net/http: internal error: connCount underflow\n * cmd/compile: internal compiler error with GOEXPERIMENT=cgocheck2 on github.com/leodido/go-urn\n * sync/atomic: comment for Uintptr.Or incorrectly describes return value\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3682,SUSE-SLE-Module-Development-Tools-15-SP6-2025-3682,SUSE-SLE-Module-Development-Tools-15-SP7-2025-3682,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-3682,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-3682,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-3682,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-3682,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-3682,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-3682,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-3682,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3682,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-3682,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-3682,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-3682,SUSE-Storage-7.1-2025-3682,openSUSE-SLE-15.6-2025-3682",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_3682-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:3682-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20253682-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:3682-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-October/042220.html"
},
{
"category": "self",
"summary": "SUSE Bug 1236217",
"url": "https://bugzilla.suse.com/1236217"
},
{
"category": "self",
"summary": "SUSE Bug 1251253",
"url": "https://bugzilla.suse.com/1251253"
},
{
"category": "self",
"summary": "SUSE Bug 1251254",
"url": "https://bugzilla.suse.com/1251254"
},
{
"category": "self",
"summary": "SUSE Bug 1251255",
"url": "https://bugzilla.suse.com/1251255"
},
{
"category": "self",
"summary": "SUSE Bug 1251256",
"url": "https://bugzilla.suse.com/1251256"
},
{
"category": "self",
"summary": "SUSE Bug 1251257",
"url": "https://bugzilla.suse.com/1251257"
},
{
"category": "self",
"summary": "SUSE Bug 1251258",
"url": "https://bugzilla.suse.com/1251258"
},
{
"category": "self",
"summary": "SUSE Bug 1251259",
"url": "https://bugzilla.suse.com/1251259"
},
{
"category": "self",
"summary": "SUSE Bug 1251260",
"url": "https://bugzilla.suse.com/1251260"
},
{
"category": "self",
"summary": "SUSE Bug 1251261",
"url": "https://bugzilla.suse.com/1251261"
},
{
"category": "self",
"summary": "SUSE Bug 1251262",
"url": "https://bugzilla.suse.com/1251262"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47912 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47912/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58183 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58183/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58185 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58185/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58186 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58188 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58188/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58189 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61723 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61724 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61725 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61725/"
}
],
"title": "Security update for go1.24",
"tracking": {
"current_release_date": "2025-10-20T13:12:10Z",
"generator": {
"date": "2025-10-20T13:12:10Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:3682-1",
"initial_release_date": "2025-10-20T13:12:10Z",
"revision_history": [
{
"date": "2025-10-20T13:12:10Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.9-150000.1.42.1.aarch64",
"product": {
"name": "go1.24-1.24.9-150000.1.42.1.aarch64",
"product_id": "go1.24-1.24.9-150000.1.42.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"product": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"product_id": "go1.24-doc-1.24.9-150000.1.42.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"product": {
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"product_id": "go1.24-race-1.24.9-150000.1.42.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.9-150000.1.42.1.i586",
"product": {
"name": "go1.24-1.24.9-150000.1.42.1.i586",
"product_id": "go1.24-1.24.9-150000.1.42.1.i586"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.9-150000.1.42.1.i586",
"product": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.i586",
"product_id": "go1.24-doc-1.24.9-150000.1.42.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.9-150000.1.42.1.ppc64le",
"product": {
"name": "go1.24-1.24.9-150000.1.42.1.ppc64le",
"product_id": "go1.24-1.24.9-150000.1.42.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"product": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"product_id": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"product": {
"name": "go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"product_id": "go1.24-race-1.24.9-150000.1.42.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.9-150000.1.42.1.s390x",
"product": {
"name": "go1.24-1.24.9-150000.1.42.1.s390x",
"product_id": "go1.24-1.24.9-150000.1.42.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.9-150000.1.42.1.s390x",
"product": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.s390x",
"product_id": "go1.24-doc-1.24.9-150000.1.42.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.9-150000.1.42.1.s390x",
"product": {
"name": "go1.24-race-1.24.9-150000.1.42.1.s390x",
"product_id": "go1.24-race-1.24.9-150000.1.42.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.9-150000.1.42.1.x86_64",
"product": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64",
"product_id": "go1.24-1.24.9-150000.1.42.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"product": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"product_id": "go1.24-doc-1.24.9-150000.1.42.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"product": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"product_id": "go1.24-race-1.24.9-150000.1.42.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.9-150000.1.42.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.9-150000.1.42.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.9-150000.1.42.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
},
"product_reference": "go1.24-race-1.24.9-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47912",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47912"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47912",
"url": "https://www.suse.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "SUSE Bug 1251257 for CVE-2025-47912",
"url": "https://bugzilla.suse.com/1251257"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-20T13:12:10Z",
"details": "important"
}
],
"title": "CVE-2025-47912"
},
{
"cve": "CVE-2025-58183",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58183"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58183",
"url": "https://www.suse.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "SUSE Bug 1251261 for CVE-2025-58183",
"url": "https://bugzilla.suse.com/1251261"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-20T13:12:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-58183"
},
{
"cve": "CVE-2025-58185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58185"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58185",
"url": "https://www.suse.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "SUSE Bug 1251258 for CVE-2025-58185",
"url": "https://bugzilla.suse.com/1251258"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-20T13:12:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-58185"
},
{
"cve": "CVE-2025-58186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58186"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58186",
"url": "https://www.suse.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "SUSE Bug 1251259 for CVE-2025-58186",
"url": "https://bugzilla.suse.com/1251259"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-20T13:12:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-58186"
},
{
"cve": "CVE-2025-58187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58187"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58187",
"url": "https://www.suse.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "SUSE Bug 1251254 for CVE-2025-58187",
"url": "https://bugzilla.suse.com/1251254"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-20T13:12:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-58187"
},
{
"cve": "CVE-2025-58188",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58188"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58188",
"url": "https://www.suse.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "SUSE Bug 1251260 for CVE-2025-58188",
"url": "https://bugzilla.suse.com/1251260"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-20T13:12:10Z",
"details": "important"
}
],
"title": "CVE-2025-58188"
},
{
"cve": "CVE-2025-58189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58189"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58189",
"url": "https://www.suse.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "SUSE Bug 1251255 for CVE-2025-58189",
"url": "https://bugzilla.suse.com/1251255"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-20T13:12:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-58189"
},
{
"cve": "CVE-2025-61723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61723"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61723",
"url": "https://www.suse.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "SUSE Bug 1251256 for CVE-2025-61723",
"url": "https://bugzilla.suse.com/1251256"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-20T13:12:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-61723"
},
{
"cve": "CVE-2025-61724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61724"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61724",
"url": "https://www.suse.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "SUSE Bug 1251262 for CVE-2025-61724",
"url": "https://bugzilla.suse.com/1251262"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-20T13:12:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-61724"
},
{
"cve": "CVE-2025-61725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61725"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61725",
"url": "https://www.suse.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "SUSE Bug 1251253 for CVE-2025-61725",
"url": "https://bugzilla.suse.com/1251253"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.9-150000.1.42.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.9-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-20T13:12:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-61725"
}
]
}
SUSE-SU-2025:03547-1
Vulnerability from csaf_suse - Published: 2025-10-11 01:22 - Updated: 2025-10-11 01:22Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.25",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.25 fixes the following issues:\n\ngo1.25.2 (released 2025-10-07) includes security fixes to the\narchive/tar, crypto/tls, crypto/x509, encoding/asn1,\nencoding/pem, net/http, net/mail, net/textproto, and net/url\npackages, as well as bug fixes to the compiler, the runtime, and\nthe context, debug/pe, net/http, os, and sync/atomic packages. (bsc#1244485)\n\n CVE-2025-58189 CVE-2025-61725 CVE-2025-58188 CVE-2025-58185 CVE-2025-58186 CVE-2025-61723 CVE-2025-58183 CVE-2025-47912 CVE-2025-58187 CVE-2025-61724:\n\n * bsc#1251255 CVE-2025-58189: crypto/tls: ALPN negotiation error contains attacker controlled information\n * bsc#1251253 CVE-2025-61725: net/mail: excessive CPU consumption in ParseAddress\n * bsc#1251260 CVE-2025-58188: crypto/x509: panic when validating certificates with DSA public keys\n * bsc#1251258 CVE-2025-58185: encoding/asn1: pre-allocating memory when parsing DER payload can cause memory exhaustion\n * bsc#1251259 CVE-2025-58186: net/http: lack of limit when parsing cookies can cause memory exhaustion\n * bsc#1251256 CVE-2025-61723: encoding/pem: quadratic complexity when parsing some invalid inputs\n * bsc#1251261 CVE-2025-58183: archive/tar: unbounded allocation when parsing GNU sparse map\n * bsc#1251257 CVE-2025-47912: net/url: insufficient validation of bracketed IPv6 hostnames\n * bsc#1251254 CVE-2025-58187: crypto/x509: quadratic complexity when checking name constraints\n * bsc#1251262 CVE-2025-61724: net/textproto: excessive CPU consumption in Reader.ReadResponse\n\n * go#75111 os, syscall: volume handles with FILE_FLAG_OVERLAPPED fail when calling ReadAt\n * go#75116 os: Root.MkdirAll can return \u0027file exists\u0027 when called concurrently on the same path\n * go#75139 os: Root.OpenRoot sets incorrect name, losing prefix of original root\n * go#75221 debug/pe: pe.Open fails on object files produced by llvm-mingw 21\n * go#75255 cmd/compile: export to DWARF types only referenced through interfaces\n * go#75347 testing/synctest: test timeout with no runnable goroutines\n * go#75357 net: new test TestIPv4WriteMsgUDPAddrPortTargetAddrIPVersion fails on plan9\n * go#75524 crypto/internal/fips140/rsa: requires a panic if self-tests fail\n * go#75537 context: Err can return non-nil before Done channel is closed\n * go#75539 net/http: internal error: connCount underflow\n * go#75595 cmd/compile: internal compiler error with GOEXPERIMENT=cgocheck2 on github.com/leodido/go-urn\n * go#75610 sync/atomic: comment for Uintptr.Or incorrectly describes return value\n * go#75669 runtime: debug.decoratemappings don\u0027t work as expected\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3547,SUSE-SLE-Module-Development-Tools-15-SP6-2025-3547,SUSE-SLE-Module-Development-Tools-15-SP7-2025-3547,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-3547,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-3547,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-3547,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-3547,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-3547,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-3547,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-3547,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3547,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-3547,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-3547,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-3547,SUSE-Storage-7.1-2025-3547,openSUSE-SLE-15.6-2025-3547",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03547-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03547-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503547-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03547-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-October/042110.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244485",
"url": "https://bugzilla.suse.com/1244485"
},
{
"category": "self",
"summary": "SUSE Bug 1251253",
"url": "https://bugzilla.suse.com/1251253"
},
{
"category": "self",
"summary": "SUSE Bug 1251254",
"url": "https://bugzilla.suse.com/1251254"
},
{
"category": "self",
"summary": "SUSE Bug 1251255",
"url": "https://bugzilla.suse.com/1251255"
},
{
"category": "self",
"summary": "SUSE Bug 1251256",
"url": "https://bugzilla.suse.com/1251256"
},
{
"category": "self",
"summary": "SUSE Bug 1251257",
"url": "https://bugzilla.suse.com/1251257"
},
{
"category": "self",
"summary": "SUSE Bug 1251258",
"url": "https://bugzilla.suse.com/1251258"
},
{
"category": "self",
"summary": "SUSE Bug 1251259",
"url": "https://bugzilla.suse.com/1251259"
},
{
"category": "self",
"summary": "SUSE Bug 1251260",
"url": "https://bugzilla.suse.com/1251260"
},
{
"category": "self",
"summary": "SUSE Bug 1251261",
"url": "https://bugzilla.suse.com/1251261"
},
{
"category": "self",
"summary": "SUSE Bug 1251262",
"url": "https://bugzilla.suse.com/1251262"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47912 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47912/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58183 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58183/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58185 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58185/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58186 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58188 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58188/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58189 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61723 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61724 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61725 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61725/"
}
],
"title": "Security update for go1.25",
"tracking": {
"current_release_date": "2025-10-11T01:22:18Z",
"generator": {
"date": "2025-10-11T01:22:18Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03547-1",
"initial_release_date": "2025-10-11T01:22:18Z",
"revision_history": [
{
"date": "2025-10-11T01:22:18Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.2-150000.1.14.1.aarch64",
"product": {
"name": "go1.25-1.25.2-150000.1.14.1.aarch64",
"product_id": "go1.25-1.25.2-150000.1.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"product": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"product_id": "go1.25-doc-1.25.2-150000.1.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"product": {
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"product_id": "go1.25-race-1.25.2-150000.1.14.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.2-150000.1.14.1.i586",
"product": {
"name": "go1.25-1.25.2-150000.1.14.1.i586",
"product_id": "go1.25-1.25.2-150000.1.14.1.i586"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.2-150000.1.14.1.i586",
"product": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.i586",
"product_id": "go1.25-doc-1.25.2-150000.1.14.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.2-150000.1.14.1.ppc64le",
"product": {
"name": "go1.25-1.25.2-150000.1.14.1.ppc64le",
"product_id": "go1.25-1.25.2-150000.1.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"product": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"product_id": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"product": {
"name": "go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"product_id": "go1.25-race-1.25.2-150000.1.14.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.2-150000.1.14.1.s390x",
"product": {
"name": "go1.25-1.25.2-150000.1.14.1.s390x",
"product_id": "go1.25-1.25.2-150000.1.14.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.2-150000.1.14.1.s390x",
"product": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.s390x",
"product_id": "go1.25-doc-1.25.2-150000.1.14.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.2-150000.1.14.1.s390x",
"product": {
"name": "go1.25-race-1.25.2-150000.1.14.1.s390x",
"product_id": "go1.25-race-1.25.2-150000.1.14.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.2-150000.1.14.1.x86_64",
"product": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64",
"product_id": "go1.25-1.25.2-150000.1.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"product": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"product_id": "go1.25-doc-1.25.2-150000.1.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"product": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"product_id": "go1.25-race-1.25.2-150000.1.14.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.2-150000.1.14.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.2-150000.1.14.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.2-150000.1.14.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
},
"product_reference": "go1.25-race-1.25.2-150000.1.14.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47912",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47912"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47912",
"url": "https://www.suse.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "SUSE Bug 1251257 for CVE-2025-47912",
"url": "https://bugzilla.suse.com/1251257"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:22:18Z",
"details": "important"
}
],
"title": "CVE-2025-47912"
},
{
"cve": "CVE-2025-58183",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58183"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58183",
"url": "https://www.suse.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "SUSE Bug 1251261 for CVE-2025-58183",
"url": "https://bugzilla.suse.com/1251261"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:22:18Z",
"details": "moderate"
}
],
"title": "CVE-2025-58183"
},
{
"cve": "CVE-2025-58185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58185"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58185",
"url": "https://www.suse.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "SUSE Bug 1251258 for CVE-2025-58185",
"url": "https://bugzilla.suse.com/1251258"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:22:18Z",
"details": "moderate"
}
],
"title": "CVE-2025-58185"
},
{
"cve": "CVE-2025-58186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58186"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58186",
"url": "https://www.suse.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "SUSE Bug 1251259 for CVE-2025-58186",
"url": "https://bugzilla.suse.com/1251259"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:22:18Z",
"details": "moderate"
}
],
"title": "CVE-2025-58186"
},
{
"cve": "CVE-2025-58187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58187"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58187",
"url": "https://www.suse.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "SUSE Bug 1251254 for CVE-2025-58187",
"url": "https://bugzilla.suse.com/1251254"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:22:18Z",
"details": "moderate"
}
],
"title": "CVE-2025-58187"
},
{
"cve": "CVE-2025-58188",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58188"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58188",
"url": "https://www.suse.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "SUSE Bug 1251260 for CVE-2025-58188",
"url": "https://bugzilla.suse.com/1251260"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:22:18Z",
"details": "important"
}
],
"title": "CVE-2025-58188"
},
{
"cve": "CVE-2025-58189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58189"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58189",
"url": "https://www.suse.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "SUSE Bug 1251255 for CVE-2025-58189",
"url": "https://bugzilla.suse.com/1251255"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:22:18Z",
"details": "moderate"
}
],
"title": "CVE-2025-58189"
},
{
"cve": "CVE-2025-61723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61723"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61723",
"url": "https://www.suse.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "SUSE Bug 1251256 for CVE-2025-61723",
"url": "https://bugzilla.suse.com/1251256"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:22:18Z",
"details": "moderate"
}
],
"title": "CVE-2025-61723"
},
{
"cve": "CVE-2025-61724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61724"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61724",
"url": "https://www.suse.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "SUSE Bug 1251262 for CVE-2025-61724",
"url": "https://bugzilla.suse.com/1251262"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:22:18Z",
"details": "moderate"
}
],
"title": "CVE-2025-61724"
},
{
"cve": "CVE-2025-61725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61725"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61725",
"url": "https://www.suse.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "SUSE Bug 1251253 for CVE-2025-61725",
"url": "https://bugzilla.suse.com/1251253"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.2-150000.1.14.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.2-150000.1.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:22:18Z",
"details": "moderate"
}
],
"title": "CVE-2025-61725"
}
]
}
SUSE-SU-2025:21193-1
Vulnerability from csaf_suse - Published: 2025-12-12 07:45 - Updated: 2025-12-12 07:45Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.24",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.24 fixes the following issues:\n\nUpdate to go1.24.11.\n\nSecurity issues fixed:\n\n- CVE-2025-47912: net/url: insufficient validation of bracketed IPv6 hostnames (bsc#1251257).\n- CVE-2025-58183: archive/tar: unbounded allocation when parsing GNU sparse map (bsc#1251261).\n- CVE-2025-58185: encoding/asn1: pre-allocating memory when parsing DER payload can cause memory exhaustion\n (bsc#1251258).\n- CVE-2025-58186: net/http: lack of limit when parsing cookies can cause memory exhaustion (bsc#1251259).\n- CVE-2025-58187: crypto/x509: quadratic complexity when checking name constraints (bsc#1251254).\n- CVE-2025-58188: crypto/x509: panic when validating certificates with DSA public keys (bsc#1251260).\n- CVE-2025-58189: crypto/tls: ALPN negotiation error contains attacker controlled information (bsc#1251255).\n- CVE-2025-61723: encoding/pem: quadratic complexity when parsing some invalid inputs (bsc#1251256).\n- CVE-2025-61724: net/textproto: excessive CPU consumption in Reader.ReadResponse (bsc#1251262).\n- CVE-2025-61725: net/mail: excessive CPU consumption in ParseAddress (bsc#1251253).\n- CVE-2025-61727: crypto/x509: excluded subdomain constraint doesn\u0027t preclude wildcard SAN (bsc#1254430).\n- CVE-2025-61729: crypto/x509: excessive resource consumption in printing error string for host certificate validation\n (bsc#1254431).\n\n\nOther issues fixed and changes:\n\n- Version 1.24.11:\n * go#76378 internal/cpu: incorrect CPU features bit parsing on loong64 cause illegal instruction core dumps on LA364\n cores\n\n- Version 1.24.10:\n * go#75831 net/url: ipv4 mapped ipv6 addresses should be valid in square brackets\n * go#75951 encoding/pem: regression when decoding blocks with leading garbage\n * go#76028 pem/encoding: malformed line endings can cause panics\n\n- Version 1.24.9:\n * go#75860 crypto/x509: TLS validation fails for FQDNs with trailing dot\n\n- Version 1.24.8:\n * go#75138 os: Root.OpenRoot sets incorrect name, losing prefix of original root\n * go#75220 debug/pe: pe.Open fails on object files produced by llvm-mingw 21\n * go#75351 cmd/link: panic on riscv64 with CGO enabled due to empty container symbol\n * go#75356 net: new test TestIPv4WriteMsgUDPAddrPortTargetAddrIPVersion fails on plan9\n * go#75359 os: new test TestOpenFileCreateExclDanglingSymlink fails on Plan 9\n * go#75523 crypto/internal/fips140/rsa: requires a panic if self-tests fail\n * go#75538 net/http: internal error: connCount underflow\n * go#75594 cmd/compile: internal compiler error with GOEXPERIMENT=cgocheck2 on github.com/leodido/go-urn\n * go#75609 sync/atomic: comment for Uintptr.Or incorrectly describes return value\n\n- Version 1.24.7:\n * go#75007 os/exec: TestLookPath fails on plan9 after CL 685755\n * go#74821 cmd/go: \"get toolchain@latest\" should ignore release candidates\n * go#74818 net: WriteMsgUDPAddrPort should accept IPv4-mapped IPv6 destination addresses on IPv4 UDP sockets\n\n- Packaging: migrate from update-alternatives to libalternatives (bsc#1245878).\n- Package svgpan.js to fix issues with \"go tool pprof\" (bsc#1249985).\n- Drop unused gccgo bootstrap code in go1.22+ (bsc#1248082).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-103",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_21193-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:21193-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202521193-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:21193-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023548.html"
},
{
"category": "self",
"summary": "SUSE Bug 1236217",
"url": "https://bugzilla.suse.com/1236217"
},
{
"category": "self",
"summary": "SUSE Bug 1245878",
"url": "https://bugzilla.suse.com/1245878"
},
{
"category": "self",
"summary": "SUSE Bug 1247816",
"url": "https://bugzilla.suse.com/1247816"
},
{
"category": "self",
"summary": "SUSE Bug 1248082",
"url": "https://bugzilla.suse.com/1248082"
},
{
"category": "self",
"summary": "SUSE Bug 1249985",
"url": "https://bugzilla.suse.com/1249985"
},
{
"category": "self",
"summary": "SUSE Bug 1251253",
"url": "https://bugzilla.suse.com/1251253"
},
{
"category": "self",
"summary": "SUSE Bug 1251254",
"url": "https://bugzilla.suse.com/1251254"
},
{
"category": "self",
"summary": "SUSE Bug 1251255",
"url": "https://bugzilla.suse.com/1251255"
},
{
"category": "self",
"summary": "SUSE Bug 1251256",
"url": "https://bugzilla.suse.com/1251256"
},
{
"category": "self",
"summary": "SUSE Bug 1251257",
"url": "https://bugzilla.suse.com/1251257"
},
{
"category": "self",
"summary": "SUSE Bug 1251258",
"url": "https://bugzilla.suse.com/1251258"
},
{
"category": "self",
"summary": "SUSE Bug 1251259",
"url": "https://bugzilla.suse.com/1251259"
},
{
"category": "self",
"summary": "SUSE Bug 1251260",
"url": "https://bugzilla.suse.com/1251260"
},
{
"category": "self",
"summary": "SUSE Bug 1251261",
"url": "https://bugzilla.suse.com/1251261"
},
{
"category": "self",
"summary": "SUSE Bug 1251262",
"url": "https://bugzilla.suse.com/1251262"
},
{
"category": "self",
"summary": "SUSE Bug 1254430",
"url": "https://bugzilla.suse.com/1254430"
},
{
"category": "self",
"summary": "SUSE Bug 1254431",
"url": "https://bugzilla.suse.com/1254431"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47912 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47912/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58183 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58183/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58185 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58185/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58186 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58188 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58188/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58189 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61723 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61724 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61725 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61725/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61727/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61729 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61729/"
}
],
"title": "Security update for go1.24",
"tracking": {
"current_release_date": "2025-12-12T07:45:36Z",
"generator": {
"date": "2025-12-12T07:45:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:21193-1",
"initial_release_date": "2025-12-12T07:45:36Z",
"revision_history": [
{
"date": "2025-12-12T07:45:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.11-160000.1.1.aarch64",
"product": {
"name": "go1.24-1.24.11-160000.1.1.aarch64",
"product_id": "go1.24-1.24.11-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.11-160000.1.1.aarch64",
"product": {
"name": "go1.24-doc-1.24.11-160000.1.1.aarch64",
"product_id": "go1.24-doc-1.24.11-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-libstd-1.24.11-160000.1.1.aarch64",
"product": {
"name": "go1.24-libstd-1.24.11-160000.1.1.aarch64",
"product_id": "go1.24-libstd-1.24.11-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.11-160000.1.1.aarch64",
"product": {
"name": "go1.24-race-1.24.11-160000.1.1.aarch64",
"product_id": "go1.24-race-1.24.11-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.11-160000.1.1.ppc64le",
"product": {
"name": "go1.24-1.24.11-160000.1.1.ppc64le",
"product_id": "go1.24-1.24.11-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.11-160000.1.1.ppc64le",
"product": {
"name": "go1.24-doc-1.24.11-160000.1.1.ppc64le",
"product_id": "go1.24-doc-1.24.11-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.11-160000.1.1.ppc64le",
"product": {
"name": "go1.24-race-1.24.11-160000.1.1.ppc64le",
"product_id": "go1.24-race-1.24.11-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.11-160000.1.1.s390x",
"product": {
"name": "go1.24-1.24.11-160000.1.1.s390x",
"product_id": "go1.24-1.24.11-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.11-160000.1.1.s390x",
"product": {
"name": "go1.24-doc-1.24.11-160000.1.1.s390x",
"product_id": "go1.24-doc-1.24.11-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.11-160000.1.1.s390x",
"product": {
"name": "go1.24-race-1.24.11-160000.1.1.s390x",
"product_id": "go1.24-race-1.24.11-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.11-160000.1.1.x86_64",
"product": {
"name": "go1.24-1.24.11-160000.1.1.x86_64",
"product_id": "go1.24-1.24.11-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.11-160000.1.1.x86_64",
"product": {
"name": "go1.24-doc-1.24.11-160000.1.1.x86_64",
"product_id": "go1.24-doc-1.24.11-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-libstd-1.24.11-160000.1.1.x86_64",
"product": {
"name": "go1.24-libstd-1.24.11-160000.1.1.x86_64",
"product_id": "go1.24-libstd-1.24.11-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.11-160000.1.1.x86_64",
"product": {
"name": "go1.24-race-1.24.11-160000.1.1.x86_64",
"product_id": "go1.24-race-1.24.11-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.11-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64"
},
"product_reference": "go1.24-1.24.11-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.11-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le"
},
"product_reference": "go1.24-1.24.11-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.11-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x"
},
"product_reference": "go1.24-1.24.11-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.11-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64"
},
"product_reference": "go1.24-1.24.11-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.11-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.11-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.11-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.11-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.11-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x"
},
"product_reference": "go1.24-doc-1.24.11-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.11-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.11-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-libstd-1.24.11-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64"
},
"product_reference": "go1.24-libstd-1.24.11-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-libstd-1.24.11-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64"
},
"product_reference": "go1.24-libstd-1.24.11-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.11-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64"
},
"product_reference": "go1.24-race-1.24.11-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.11-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.11-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.11-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x"
},
"product_reference": "go1.24-race-1.24.11-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.11-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
},
"product_reference": "go1.24-race-1.24.11-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.11-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64"
},
"product_reference": "go1.24-1.24.11-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.11-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le"
},
"product_reference": "go1.24-1.24.11-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.11-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x"
},
"product_reference": "go1.24-1.24.11-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.11-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64"
},
"product_reference": "go1.24-1.24.11-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.11-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.11-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.11-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.11-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.11-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x"
},
"product_reference": "go1.24-doc-1.24.11-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.11-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.11-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-libstd-1.24.11-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64"
},
"product_reference": "go1.24-libstd-1.24.11-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-libstd-1.24.11-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64"
},
"product_reference": "go1.24-libstd-1.24.11-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.11-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64"
},
"product_reference": "go1.24-race-1.24.11-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.11-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.11-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.11-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x"
},
"product_reference": "go1.24-race-1.24.11-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.11-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
},
"product_reference": "go1.24-race-1.24.11-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47912",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47912"
}
],
"notes": [
{
"category": "general",
"text": "The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: \"http://[::1]/\". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47912",
"url": "https://www.suse.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "SUSE Bug 1251257 for CVE-2025-47912",
"url": "https://bugzilla.suse.com/1251257"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:45:36Z",
"details": "important"
}
],
"title": "CVE-2025-47912"
},
{
"cve": "CVE-2025-58183",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58183"
}
],
"notes": [
{
"category": "general",
"text": "tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58183",
"url": "https://www.suse.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "SUSE Bug 1251261 for CVE-2025-58183",
"url": "https://bugzilla.suse.com/1251261"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:45:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-58183"
},
{
"cve": "CVE-2025-58185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58185"
}
],
"notes": [
{
"category": "general",
"text": "Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58185",
"url": "https://www.suse.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "SUSE Bug 1251258 for CVE-2025-58185",
"url": "https://bugzilla.suse.com/1251258"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:45:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-58185"
},
{
"cve": "CVE-2025-58186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58186"
}
],
"notes": [
{
"category": "general",
"text": "Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as \"a=;\", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58186",
"url": "https://www.suse.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "SUSE Bug 1251259 for CVE-2025-58186",
"url": "https://bugzilla.suse.com/1251259"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:45:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-58186"
},
{
"cve": "CVE-2025-58187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58187"
}
],
"notes": [
{
"category": "general",
"text": "Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58187",
"url": "https://www.suse.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "SUSE Bug 1251254 for CVE-2025-58187",
"url": "https://bugzilla.suse.com/1251254"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:45:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-58187"
},
{
"cve": "CVE-2025-58188",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58188"
}
],
"notes": [
{
"category": "general",
"text": "Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equal method. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58188",
"url": "https://www.suse.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "SUSE Bug 1251260 for CVE-2025-58188",
"url": "https://bugzilla.suse.com/1251260"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:45:36Z",
"details": "important"
}
],
"title": "CVE-2025-58188"
},
{
"cve": "CVE-2025-58189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58189"
}
],
"notes": [
{
"category": "general",
"text": "When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58189",
"url": "https://www.suse.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "SUSE Bug 1251255 for CVE-2025-58189",
"url": "https://bugzilla.suse.com/1251255"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:45:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-58189"
},
{
"cve": "CVE-2025-61723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61723"
}
],
"notes": [
{
"category": "general",
"text": "The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61723",
"url": "https://www.suse.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "SUSE Bug 1251256 for CVE-2025-61723",
"url": "https://bugzilla.suse.com/1251256"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:45:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-61723"
},
{
"cve": "CVE-2025-61724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61724"
}
],
"notes": [
{
"category": "general",
"text": "The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61724",
"url": "https://www.suse.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "SUSE Bug 1251262 for CVE-2025-61724",
"url": "https://bugzilla.suse.com/1251262"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:45:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-61724"
},
{
"cve": "CVE-2025-61725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61725"
}
],
"notes": [
{
"category": "general",
"text": "The ParseAddress function constructs domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61725",
"url": "https://www.suse.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "SUSE Bug 1251253 for CVE-2025-61725",
"url": "https://bugzilla.suse.com/1251253"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:45:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-61725"
},
{
"cve": "CVE-2025-61727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61727"
}
],
"notes": [
{
"category": "general",
"text": "An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. For example a constraint that excludes the subdomain test.example.com does not prevent a leaf certificate from claiming the SAN *.example.com.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61727",
"url": "https://www.suse.com/security/cve/CVE-2025-61727"
},
{
"category": "external",
"summary": "SUSE Bug 1254430 for CVE-2025-61727",
"url": "https://bugzilla.suse.com/1254430"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:45:36Z",
"details": "important"
}
],
"title": "CVE-2025-61727"
},
{
"cve": "CVE-2025-61729",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61729"
}
],
"notes": [
{
"category": "general",
"text": "Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61729",
"url": "https://www.suse.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "SUSE Bug 1254431 for CVE-2025-61729",
"url": "https://bugzilla.suse.com/1254431"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:go1.24-race-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-doc-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-libstd-1.24.11-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:go1.24-race-1.24.11-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-12T07:45:36Z",
"details": "important"
}
],
"title": "CVE-2025-61729"
}
]
}
FKIE_CVE-2025-58183
Vulnerability from fkie_nvd - Published: 2025-10-29 23:16 - Updated: 2025-11-04 22:16| URL | Tags | ||
|---|---|---|---|
| security@golang.org | https://go.dev/cl/709861 | ||
| security@golang.org | https://go.dev/issue/75677 | ||
| security@golang.org | https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI | ||
| security@golang.org | https://pkg.go.dev/vuln/GO-2025-4014 | ||
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2025/10/08/1 |
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations."
}
],
"id": "CVE-2025-58183",
"lastModified": "2025-11-04T22:16:33.200",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 1.4,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2025-10-29T23:16:19.357",
"references": [
{
"source": "security@golang.org",
"url": "https://go.dev/cl/709861"
},
{
"source": "security@golang.org",
"url": "https://go.dev/issue/75677"
},
{
"source": "security@golang.org",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"source": "security@golang.org",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/10/08/1"
}
],
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Awaiting Analysis"
}
MSRC_CVE-2025-58183
Vulnerability from csaf_microsoft - Published: 2025-10-02 00:00 - Updated: 2025-12-13 01:37Notes
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-58183 Unbounded allocation when parsing GNU sparse map in archive/tar - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-58183.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Unbounded allocation when parsing GNU sparse map in archive/tar",
"tracking": {
"current_release_date": "2025-12-13T01:37:17.000Z",
"generator": {
"date": "2025-12-13T08:16:11.281Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-58183",
"initial_release_date": "2025-10-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-10-31T01:04:32.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2025-11-25T01:39:20.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2025-12-01T01:38:01.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2025-12-03T01:36:14.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
},
{
"date": "2025-12-06T14:38:33.000Z",
"legacy_version": "5",
"number": "5",
"summary": "Information published."
},
{
"date": "2025-12-07T01:41:55.000Z",
"legacy_version": "6",
"number": "6",
"summary": "Information published."
},
{
"date": "2025-12-12T01:36:52.000Z",
"legacy_version": "7",
"number": "7",
"summary": "Information published."
},
{
"date": "2025-12-13T01:37:17.000Z",
"legacy_version": "8",
"number": "8",
"summary": "Information published."
}
],
"status": "final",
"version": "8"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 cri-o 1.22.3-16",
"product": {
"name": "\u003ccbl2 cri-o 1.22.3-16",
"product_id": "18"
}
},
{
"category": "product_version",
"name": "cbl2 cri-o 1.22.3-16",
"product": {
"name": "cbl2 cri-o 1.22.3-16",
"product_id": "20522"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 cri-o 1.22.3-17",
"product": {
"name": "\u003ccbl2 cri-o 1.22.3-17",
"product_id": "8"
}
},
{
"category": "product_version",
"name": "cbl2 cri-o 1.22.3-17",
"product": {
"name": "cbl2 cri-o 1.22.3-17",
"product_id": "20700"
}
}
],
"category": "product_name",
"name": "cri-o"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 containerized-data-importer 1.57.0-16",
"product": {
"name": "\u003cazl3 containerized-data-importer 1.57.0-16",
"product_id": "14"
}
},
{
"category": "product_version",
"name": "azl3 containerized-data-importer 1.57.0-16",
"product": {
"name": "azl3 containerized-data-importer 1.57.0-16",
"product_id": "20581"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 containerized-data-importer 1.57.0-17",
"product": {
"name": "\u003cazl3 containerized-data-importer 1.57.0-17",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "azl3 containerized-data-importer 1.57.0-17",
"product": {
"name": "azl3 containerized-data-importer 1.57.0-17",
"product_id": "20709"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 containerized-data-importer 1.55.0-25",
"product": {
"name": "\u003ccbl2 containerized-data-importer 1.55.0-25",
"product_id": "16"
}
},
{
"category": "product_version",
"name": "cbl2 containerized-data-importer 1.55.0-25",
"product": {
"name": "cbl2 containerized-data-importer 1.55.0-25",
"product_id": "20536"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 containerized-data-importer 1.55.0-26",
"product": {
"name": "\u003ccbl2 containerized-data-importer 1.55.0-26",
"product_id": "9"
}
},
{
"category": "product_version",
"name": "cbl2 containerized-data-importer 1.55.0-26",
"product": {
"name": "cbl2 containerized-data-importer 1.55.0-26",
"product_id": "20699"
}
}
],
"category": "product_name",
"name": "containerized-data-importer"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 msft-golang 1.24.8-1",
"product": {
"name": "cbl2 msft-golang 1.24.8-1",
"product_id": "17"
}
}
],
"category": "product_name",
"name": "msft-golang"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 skopeo 1.14.2-12",
"product": {
"name": "\u003ccbl2 skopeo 1.14.2-12",
"product_id": "15"
}
},
{
"category": "product_version",
"name": "cbl2 skopeo 1.14.2-12",
"product": {
"name": "cbl2 skopeo 1.14.2-12",
"product_id": "20539"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 skopeo 1.14.4-7",
"product": {
"name": "\u003cazl3 skopeo 1.14.4-7",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 skopeo 1.14.4-7",
"product": {
"name": "azl3 skopeo 1.14.4-7",
"product_id": "20742"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 skopeo 1.14.4-6",
"product": {
"name": "\u003cazl3 skopeo 1.14.4-6",
"product_id": "13"
}
},
{
"category": "product_version",
"name": "azl3 skopeo 1.14.4-6",
"product": {
"name": "azl3 skopeo 1.14.4-6",
"product_id": "20583"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 skopeo 1.14.2-13",
"product": {
"name": "\u003ccbl2 skopeo 1.14.2-13",
"product_id": "6"
}
},
{
"category": "product_version",
"name": "cbl2 skopeo 1.14.2-13",
"product": {
"name": "cbl2 skopeo 1.14.2-13",
"product_id": "20702"
}
}
],
"category": "product_name",
"name": "skopeo"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 gh 2.62.0-10",
"product": {
"name": "\u003cazl3 gh 2.62.0-10",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "azl3 gh 2.62.0-10",
"product": {
"name": "azl3 gh 2.62.0-10",
"product_id": "20738"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 gh 2.62.0-9",
"product": {
"name": "\u003cazl3 gh 2.62.0-9",
"product_id": "27"
}
},
{
"category": "product_version",
"name": "azl3 gh 2.62.0-9",
"product": {
"name": "azl3 gh 2.62.0-9",
"product_id": "19613"
}
}
],
"category": "product_name",
"name": "gh"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 golang 1.25.5-1",
"product": {
"name": "azl3 golang 1.25.5-1",
"product_id": "5"
}
},
{
"category": "product_version_range",
"name": "cbl2 golang 1.18.8-10",
"product": {
"name": "cbl2 golang 1.18.8-10",
"product_id": "19"
}
},
{
"category": "product_version_range",
"name": "cbl2 golang 1.22.7-5",
"product": {
"name": "cbl2 golang 1.22.7-5",
"product_id": "20"
}
},
{
"category": "product_version_range",
"name": "azl3 golang 1.23.12-1",
"product": {
"name": "azl3 golang 1.23.12-1",
"product_id": "21"
}
},
{
"category": "product_version_range",
"name": "azl3 golang 1.25.3-1",
"product": {
"name": "azl3 golang 1.25.3-1",
"product_id": "11"
}
}
],
"category": "product_name",
"name": "golang"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 moby-engine 25.0.3-14",
"product": {
"name": "\u003cazl3 moby-engine 25.0.3-14",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 moby-engine 25.0.3-14",
"product": {
"name": "azl3 moby-engine 25.0.3-14",
"product_id": "20740"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 moby-engine 24.0.9-18",
"product": {
"name": "\u003ccbl2 moby-engine 24.0.9-18",
"product_id": "12"
}
},
{
"category": "product_version",
"name": "cbl2 moby-engine 24.0.9-18",
"product": {
"name": "cbl2 moby-engine 24.0.9-18",
"product_id": "20595"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 moby-engine 25.0.3-13",
"product": {
"name": "\u003cazl3 moby-engine 25.0.3-13",
"product_id": "23"
}
},
{
"category": "product_version",
"name": "azl3 moby-engine 25.0.3-13",
"product": {
"name": "azl3 moby-engine 25.0.3-13",
"product_id": "19729"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 moby-engine 24.0.9-19",
"product": {
"name": "\u003ccbl2 moby-engine 24.0.9-19",
"product_id": "7"
}
},
{
"category": "product_version",
"name": "cbl2 moby-engine 24.0.9-19",
"product": {
"name": "cbl2 moby-engine 24.0.9-19",
"product_id": "20701"
}
}
],
"category": "product_name",
"name": "moby-engine"
},
{
"category": "product_name",
"name": "cbl2 libcontainers-common 20210626-7",
"product": {
"name": "cbl2 libcontainers-common 20210626-7",
"product_id": "22"
}
},
{
"category": "product_name",
"name": "cbl2 python-tensorboard 2.11.0-3",
"product": {
"name": "cbl2 python-tensorboard 2.11.0-3",
"product_id": "24"
}
},
{
"category": "product_name",
"name": "azl3 libcontainers-common 20240213-3",
"product": {
"name": "azl3 libcontainers-common 20240213-3",
"product_id": "30"
}
},
{
"category": "product_name",
"name": "azl3 python-tensorboard 2.16.2-6",
"product": {
"name": "azl3 python-tensorboard 2.16.2-6",
"product_id": "25"
}
},
{
"category": "product_name",
"name": "azl3 tensorflow 2.16.1-9",
"product": {
"name": "azl3 tensorflow 2.16.1-9",
"product_id": "31"
}
},
{
"category": "product_name",
"name": "cbl2 msft-golang 1.24.9-1",
"product": {
"name": "cbl2 msft-golang 1.24.9-1",
"product_id": "10"
}
},
{
"category": "product_name",
"name": "cbl2 gcc 11.2.0-8",
"product": {
"name": "cbl2 gcc 11.2.0-8",
"product_id": "28"
}
},
{
"category": "product_name",
"name": "azl3 gcc 13.2.0-7",
"product": {
"name": "azl3 gcc 13.2.0-7",
"product_id": "29"
}
},
{
"category": "product_name",
"name": "cbl2 tensorflow 2.11.1-2",
"product": {
"name": "cbl2 tensorflow 2.11.1-2",
"product_id": "26"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 cri-o 1.22.3-16 as a component of CBL Mariner 2.0",
"product_id": "17086-18"
},
"product_reference": "18",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cri-o 1.22.3-16 as a component of CBL Mariner 2.0",
"product_id": "20522-17086"
},
"product_reference": "20522",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 libcontainers-common 20210626-7 as a component of CBL Mariner 2.0",
"product_id": "17086-22"
},
"product_reference": "22",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 containerized-data-importer 1.57.0-16 as a component of Azure Linux 3.0",
"product_id": "17084-14"
},
"product_reference": "14",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 containerized-data-importer 1.57.0-16 as a component of Azure Linux 3.0",
"product_id": "20581-17084"
},
"product_reference": "20581",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 msft-golang 1.24.8-1 as a component of CBL Mariner 2.0",
"product_id": "17086-17"
},
"product_reference": "17",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python-tensorboard 2.11.0-3 as a component of CBL Mariner 2.0",
"product_id": "17086-24"
},
"product_reference": "24",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 libcontainers-common 20240213-3 as a component of Azure Linux 3.0",
"product_id": "17084-30"
},
"product_reference": "30",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 skopeo 1.14.2-12 as a component of CBL Mariner 2.0",
"product_id": "17086-15"
},
"product_reference": "15",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 skopeo 1.14.2-12 as a component of CBL Mariner 2.0",
"product_id": "20539-17086"
},
"product_reference": "20539",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-tensorboard 2.16.2-6 as a component of Azure Linux 3.0",
"product_id": "17084-25"
},
"product_reference": "25",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 tensorflow 2.16.1-9 as a component of Azure Linux 3.0",
"product_id": "17084-31"
},
"product_reference": "31",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 msft-golang 1.24.9-1 as a component of CBL Mariner 2.0",
"product_id": "17086-10"
},
"product_reference": "10",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 containerized-data-importer 1.57.0-17 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 containerized-data-importer 1.57.0-17 as a component of Azure Linux 3.0",
"product_id": "20709-17084"
},
"product_reference": "20709",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 gh 2.62.0-10 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 gh 2.62.0-10 as a component of Azure Linux 3.0",
"product_id": "20738-17084"
},
"product_reference": "20738",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.25.5-1 as a component of Azure Linux 3.0",
"product_id": "17084-5"
},
"product_reference": "5",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 moby-engine 25.0.3-14 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 moby-engine 25.0.3-14 as a component of Azure Linux 3.0",
"product_id": "20740-17084"
},
"product_reference": "20740",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 skopeo 1.14.4-7 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 skopeo 1.14.4-7 as a component of Azure Linux 3.0",
"product_id": "20742-17084"
},
"product_reference": "20742",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 containerized-data-importer 1.55.0-25 as a component of CBL Mariner 2.0",
"product_id": "17086-16"
},
"product_reference": "16",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 containerized-data-importer 1.55.0-25 as a component of CBL Mariner 2.0",
"product_id": "20536-17086"
},
"product_reference": "20536",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 gcc 11.2.0-8 as a component of CBL Mariner 2.0",
"product_id": "17086-28"
},
"product_reference": "28",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.18.8-10 as a component of CBL Mariner 2.0",
"product_id": "17086-19"
},
"product_reference": "19",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.22.7-5 as a component of CBL Mariner 2.0",
"product_id": "17086-20"
},
"product_reference": "20",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 moby-engine 24.0.9-18 as a component of CBL Mariner 2.0",
"product_id": "17086-12"
},
"product_reference": "12",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 moby-engine 24.0.9-18 as a component of CBL Mariner 2.0",
"product_id": "20595-17086"
},
"product_reference": "20595",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 gcc 13.2.0-7 as a component of Azure Linux 3.0",
"product_id": "17084-29"
},
"product_reference": "29",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 gh 2.62.0-9 as a component of Azure Linux 3.0",
"product_id": "17084-27"
},
"product_reference": "27",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 gh 2.62.0-9 as a component of Azure Linux 3.0",
"product_id": "19613-17084"
},
"product_reference": "19613",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.23.12-1 as a component of Azure Linux 3.0",
"product_id": "17084-21"
},
"product_reference": "21",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.25.3-1 as a component of Azure Linux 3.0",
"product_id": "17084-11"
},
"product_reference": "11",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 moby-engine 25.0.3-13 as a component of Azure Linux 3.0",
"product_id": "17084-23"
},
"product_reference": "23",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 moby-engine 25.0.3-13 as a component of Azure Linux 3.0",
"product_id": "19729-17084"
},
"product_reference": "19729",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 tensorflow 2.11.1-2 as a component of CBL Mariner 2.0",
"product_id": "17086-26"
},
"product_reference": "26",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 skopeo 1.14.4-6 as a component of Azure Linux 3.0",
"product_id": "17084-13"
},
"product_reference": "13",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 skopeo 1.14.4-6 as a component of Azure Linux 3.0",
"product_id": "20583-17084"
},
"product_reference": "20583",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 containerized-data-importer 1.55.0-26 as a component of CBL Mariner 2.0",
"product_id": "17086-9"
},
"product_reference": "9",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 containerized-data-importer 1.55.0-26 as a component of CBL Mariner 2.0",
"product_id": "20699-17086"
},
"product_reference": "20699",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 cri-o 1.22.3-17 as a component of CBL Mariner 2.0",
"product_id": "17086-8"
},
"product_reference": "8",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cri-o 1.22.3-17 as a component of CBL Mariner 2.0",
"product_id": "20700-17086"
},
"product_reference": "20700",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 moby-engine 24.0.9-19 as a component of CBL Mariner 2.0",
"product_id": "17086-7"
},
"product_reference": "7",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 moby-engine 24.0.9-19 as a component of CBL Mariner 2.0",
"product_id": "20701-17086"
},
"product_reference": "20701",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 skopeo 1.14.2-13 as a component of CBL Mariner 2.0",
"product_id": "17086-6"
},
"product_reference": "6",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 skopeo 1.14.2-13 as a component of CBL Mariner 2.0",
"product_id": "20702-17086"
},
"product_reference": "20702",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17086-22",
"17086-24",
"17084-30",
"17084-25",
"17084-31",
"17086-10",
"17084-29",
"17086-26"
]
},
{
"label": "vulnerable_code_not_present",
"product_ids": [
"17086-28"
]
}
],
"notes": [
{
"category": "general",
"text": "Go",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"20522-17086",
"20581-17084",
"20539-17086",
"20709-17084",
"20738-17084",
"20740-17084",
"20742-17084",
"20536-17086",
"20595-17086",
"19613-17084",
"19729-17084",
"20583-17084",
"20699-17086",
"20700-17086",
"20701-17086",
"20702-17086"
],
"known_affected": [
"17086-18",
"17084-14",
"17086-17",
"17086-15",
"17084-4",
"17084-3",
"17084-5",
"17084-2",
"17084-1",
"17086-16",
"17086-19",
"17086-20",
"17086-12",
"17084-27",
"17084-21",
"17084-11",
"17084-23",
"17084-13",
"17086-9",
"17086-8",
"17086-7",
"17086-6"
],
"known_not_affected": [
"17086-22",
"17086-24",
"17084-30",
"17084-25",
"17084-31",
"17086-10",
"17086-28",
"17084-29",
"17086-26"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-58183 Unbounded allocation when parsing GNU sparse map in archive/tar - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-58183.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2025-10-31T01:04:32.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-17"
]
},
{
"category": "none_available",
"date": "2025-10-31T01:04:32.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-5"
]
},
{
"category": "none_available",
"date": "2025-10-31T01:04:32.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-19"
]
},
{
"category": "none_available",
"date": "2025-10-31T01:04:32.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-20"
]
},
{
"category": "none_available",
"date": "2025-10-31T01:04:32.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-21"
]
},
{
"category": "none_available",
"date": "2025-10-31T01:04:32.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-11"
]
},
{
"category": "vendor_fix",
"date": "2025-10-31T01:04:32.000Z",
"details": "1.22.3-17:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-18",
"17086-8"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-10-31T01:04:32.000Z",
"details": "1.57.0-17:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-14",
"17084-4"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-10-31T01:04:32.000Z",
"details": "1.14.2-13:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-15",
"17086-6"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-10-31T01:04:32.000Z",
"details": "2.62.0-10:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-3",
"17084-27"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-10-31T01:04:32.000Z",
"details": "25.0.3-14:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-2",
"17084-23"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-10-31T01:04:32.000Z",
"details": "1.14.4-7:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1",
"17084-13"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-10-31T01:04:32.000Z",
"details": "1.55.0-26:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-16",
"17086-9"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-10-31T01:04:32.000Z",
"details": "24.0.9-19:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-12",
"17086-7"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 3.3,
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"17086-18",
"17084-14",
"17086-17",
"17086-15",
"17084-4",
"17084-3",
"17084-5",
"17084-2",
"17084-1",
"17086-16",
"17086-19",
"17086-20",
"17086-12",
"17084-27",
"17084-21",
"17084-11",
"17084-23",
"17084-13",
"17086-9",
"17086-8",
"17086-7",
"17086-6"
]
}
],
"title": "Unbounded allocation when parsing GNU sparse map in archive/tar"
}
]
}
GHSA-9GCR-GP5F-JW27
Vulnerability from github – Published: 2025-10-30 00:31 – Updated: 2025-11-05 00:31tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.
{
"affected": [],
"aliases": [
"CVE-2025-58183"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-10-29T23:16:19Z",
"severity": "LOW"
},
"details": "tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.",
"id": "GHSA-9gcr-gp5f-jw27",
"modified": "2025-11-05T00:31:31Z",
"published": "2025-10-30T00:31:02Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://go.dev/cl/709861"
},
{
"type": "WEB",
"url": "https://go.dev/issue/75677"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/10/08/1"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
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.